Fibonacci.m

Version 1.0.0.0 (387 octets) par David Terr
Given an integer n, return the nth Fibonacci number.
20,5K téléchargements
Mise à jour 8 juin 2004

Aucune licence

Given an integer n, return the nth Fibonacci number.

Citation pour cette source

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

Compatibilité avec les versions de MATLAB
Créé avec R12
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Number Theory dans Help Center et MATLAB Answers
Remerciements

A inspiré : Fibonacci sequence, vectorized fibonacci

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0

I fixed the input checking.