Read a txt file with engineering format
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Lila wagou
el 19 de Mzo. de 2016
Comentada: Lila wagou
el 20 de Mzo. de 2016
Dear All i have a problem to read a data in a txt file with engineering format, i have try
filename = 'Source.txt';
[B,delimiterOut]=importdata(filename);
but i get a trouble values Thanks
0 comentarios
Respuesta aceptada
Azzi Abdelmalek
el 19 de Mzo. de 2016
What kind of trouble? try this
filename = 'Source.txt';
format long
[B,delimiterOut]=importdata(filename);
Más respuestas (0)
Ver también
Categorías
Más información sobre Data Import and Analysis 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!