Import data and plot
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Imene Yed
am 24 Jun. 2021
Kommentiert: Imene Yed
am 24 Jun. 2021
Hi,I'm trying to plot import my data using the import tool ,then I want to plot ,here is what I got the data couldn't appear on my script .
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/663650/image.png)
0 Kommentare
Akzeptierte Antwort
Mohammad Sami
am 24 Jun. 2021
Since your filename has a space try put it in double quotes.
a = readtable("spectre libs.txt");
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Whos finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!