We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b2ef2 commit 0d3c13fCopy full SHA for 0d3c13f
README.md
@@ -1,5 +1,8 @@
1
# MatlabRepo
2
A repository for MATLAB scripts.
3
+
4
Stirling.m: Computing 'e' (neperian base) with Stirling's formula. The precision is given by user..
5
6
HanoiTowers.m: The famous game implemented in Matlab. The biggest circle is 5 and smallest is 1. Be careful, wrong moves are not allowed.
7
8
Banknotes.m: given an amount of money, multiple of 5, program splits it into banknotes (optimal way).
0 commit comments