This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
scientificComputing/programming/exercises/facultyscriptc.m

4 lines
62 B
Matlab

n = 5
a = faculty(n);
fprintf('Faculty of %i is: %i\n', n, x)