How can I convert lvm data(data from labview) into matlab format.Please help I will be using this data for my research.
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Respuesta aceptada
Guillaume
el 2 de Mayo de 2018
Most likely,
data = readtable(yourlvmfile, 'HeaderLines', 9);
should read the file properly.
If not, instead of screenshots which we can't do any testing with, attach the actual file.
0 comentarios
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!
