필터 지우기
필터 지우기

Hi Im new in matlab and i had with some problems working on the saddle monkeys graphing, can anyone tell me where Im wrong and fix for me. I pressed fix but did not work.

조회 수: 4 (최근 30일)
  댓글 수: 6
Atsushi Ueno
Atsushi Ueno 2021년 4월 17일
You need definition of variable min_x, min_y, step, max_x and max_y. That's why your program does not work.
Would you please add following example at the top of your code?
min_x = -100;
min_y = -100;
step = 10;
max_x = 100;
max_y = 100;

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 3-D Scene Control에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by