Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 392 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 392 Bytes

MatlabRepo

A repository for MATLAB scripts.

Stirling.m: Computing 'e' (neperian base) with Stirling's formula. The precision is given by user..

HanoiTowers.m: The famous game implemented in Matlab. The biggest circle is 5 and smallest is 1. Be careful, wrong moves are not allowed.

Banknotes.m: given an amount of money, multiple of 5, program splits it into banknotes (optimal way).