Someone can help me, i need a program to generate the plot for the Fibonacci sequence
Show older comments
my teacher don't explain us nothing, and he tell us that we need to give him that
Answers (1)
Sean de Wolski
on 24 Feb 2015
First 10 numbers:
plot(arrayfun(@(x)double(feval(symengine,'numlib::fibonacci',x)),1:10))
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!