i cant plot the graph

1 view (last 30 days)
Mahmood Albadri
Mahmood Albadri on 11 Apr 2019
Edited: Jan on 11 Apr 2019
hello
why i cant plot the graph for this eqaution
  1 Comment
Jan
Jan on 11 Apr 2019
Please post code as text, not as screenshot. Text can be used by copy&paste, while posting an answer based on screenshots wastes time by re-typing your code.

Sign in to comment.

Answers (1)

Jan
Jan on 11 Apr 2019
Edited: Jan on 11 Apr 2019
The function needs 3 inputs:
function x = logictic1(r, x0, n)
You provide 1 inut only:
logistics1(1)
Then the values of xo and n are missing. So "Not enough input arguments" is a clear statement.

Tags

Community Treasure Hunt

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

Start Hunting!