Effacer les filtres
Effacer les filtres

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 vues (au cours des 30 derniers jours)
  6 commentaires
Atsushi Ueno
Atsushi Ueno le 17 Avr 2021
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;

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur 3-D Scene Control dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by