Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

I am using the plot function but I am not getting a figure to show

1 vue (au cours des 30 derniers jours)
Allen Antony
Allen Antony le 2 Sep 2020
Clôturé : MATLAB Answer Bot le 20 Août 2021
I was following my uni classes, and i did the same steps as the tutorial said but when i type the statement below into the editor and run the program, nothing happens it just keeps typing the name of my editor file into the command window and not doing anything else
x=0:0.1:2*pi;
y=sin(x);
plot(x,y);
  3 commentaires
Allen Antony
Allen Antony le 2 Sep 2020
Modifié(e) : Allen Antony le 2 Sep 2020
ok when I put it in command window it works. Thank you
Walter Roberson
Walter Roberson le 2 Sep 2020
Possibly your figure was hidden?
Also, some people have observed difficulties with plots in Live Script.

Réponses (0)

Cette question est clôturée.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by