I m new to Matlab and I need it for my senior seminar project. How would I plot a function of the form $x_{i+1}=f(x_i), \;f(x)=rx(1-x)$, for x=linspace(0,1) and some $\;r$? I m supposed to plot x as a function of time.
Any help would be really appreciated
The
plotfunction is what you are looking for, as described by AnonSubmitter85 in the comments.Details for this command can be found by typing
help plot(ordoc plotin the GUI version) at the terminal to display help for the command.