Import data and plot

2 vues (au cours des 30 derniers jours)
Imene Yed
Imene Yed le 24 Juin 2021
Commenté : Imene Yed le 24 Juin 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 .

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Import and Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by