how to read this file in matlab?
Mostrar comentarios más antiguos
hi.. i have a .tim extension files(nearly 150000)...which is float32 format.. i need to read that file using matlab and save in MS-excel format as output.is it possible..? help me with this..pl...whether it is similar like converting a binary format to ASCII format..? any easy code r function to reduce time consumption in converting ..?
Respuestas (2)
Walter Roberson
el 5 de Sept. de 2013
0 votos
fread() can read float32 binary. Watch out for possible differences in byte order.
Categorías
Más información sobre Use COM Objects in MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!