Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

1 Ansicht (letzte 30 Tage)
Allen Antony
Allen Antony am 2 Sep. 2020
Geschlossen: MATLAB Answer Bot am 20 Aug. 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 Kommentare
Allen Antony
Allen Antony am 2 Sep. 2020
Bearbeitet: Allen Antony am 2 Sep. 2020
ok when I put it in command window it works. Thank you
Walter Roberson
Walter Roberson am 2 Sep. 2020
Possibly your figure was hidden?
Also, some people have observed difficulties with plots in Live Script.

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by