Someone can help me, i need a program to generate the plot for the Fibonacci sequence

Answers (1)

First 10 numbers:
plot(arrayfun(@(x)double(feval(symengine,'numlib::fibonacci',x)),1:10))

Tags

Asked:

on 24 Feb 2015

Answered:

on 24 Feb 2015

Community Treasure Hunt

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

Start Hunting!