Import data and plot

2 views (last 30 days)
Imene Yed
Imene Yed on 24 Jun 2021
Commented: Imene Yed on 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 .

Accepted Answer

Mohammad Sami
Mohammad Sami on 24 Jun 2021
Since your filename has a space try put it in double quotes.
a = readtable("spectre libs.txt");
  2 Comments
Walter Roberson
Walter Roberson on 24 Jun 2021
Or single quotes.
Imene Yed
Imene Yed on 24 Jun 2021
thank you so much @Walter Roberson and @Mohammad Sami

Sign in to comment.

More Answers (0)

Categories

Find more on Data Import and Analysis in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!