Fibonacci.m

Versión 1.0.0.0 (387 Bytes) por David Terr
Given an integer n, return the nth Fibonacci number.
20.5K descargas
Actualizado 8 Jun 2004

Sin licencia

Given an integer n, return the nth Fibonacci number.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R12
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Number Theory en Help Center y MATLAB Answers.
Agradecimientos

Inspiración para: Fibonacci sequence, vectorized fibonacci

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

I fixed the input checking.