i cant plot the graph

조회 수: 1 (최근 30일)
Mahmood Albadri
Mahmood Albadri 2019년 4월 11일
편집: Jan 2019년 4월 11일
hello
why i cant plot the graph for this eqaution
  댓글 수: 1
Jan
Jan 2019년 4월 11일
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.

댓글을 달려면 로그인하십시오.

답변 (1개)

Jan
Jan 2019년 4월 11일
편집: Jan 2019년 4월 11일
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.

카테고리

Help CenterFile Exchange에서 Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by