TheAlgorithms / MATLAB-Octave

This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.
MIT License
373 stars 176 forks source link

adding Fibonacci series to Math #13

Closed MaSi-dev closed 5 years ago

MaSi-dev commented 5 years ago

with using the function of fibo(n), n terms of Fibonacci sequence will be calculated and shown.