Import data and plot

2 Ansichten (letzte 30 Tage)
Imene Yed
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 .

Akzeptierte Antwort

Mohammad Sami
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
Walter Roberson
Walter Roberson am 24 Jun. 2021
Or single quotes.
Imene Yed
Imene Yed am 24 Jun. 2021
thank you so much @Walter Roberson and @Mohammad Sami

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D Plots 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!

Translated by