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.

3 次查看(过去 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