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

1 view (last 30 days)
my teacher don't explain us nothing, and he tell us that we need to give him that

Answers (1)

Sean de Wolski
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 Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!