Import data and plot

2 visualizaciones (últimos 30 días)
Imene Yed
Imene Yed el 24 de Jun. de 2021
Comentada: Imene Yed el 24 de Jun. de 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 .

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by