Import data and plot

2 visualizzazioni (ultimi 30 giorni)
Imene Yed
Imene Yed il 24 Giu 2021
Commentato: Imene Yed il 24 Giu 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 .

Risposta accettata

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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by