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

0 votos

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 Data Import and Analysis en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 24 de Jun. de 2021

Comentada:

el 24 de Jun. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by