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

0 Stimmen

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 Data Import and Analysis finden Sie in Hilfe-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