Import data and plot
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 .
0 comentarios
Respuesta aceptada
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
Más respuestas (0)
Ver también
Categorías
Más información sobre Whos en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!