Fibonacci.m

Given an integer n, return the nth Fibonacci number.
20,5K download
Aggiornato 8 giu 2004

Nessuna licenza

Given an integer n, return the nth Fibonacci number.

Cita come

David Terr (2024). Fibonacci.m (https://www.mathworks.com/matlabcentral/fileexchange/5093-fibonacci-m), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R12
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Riconoscimenti

Ispirato: Fibonacci sequence, vectorized fibonacci

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

I fixed the input checking.