how can i convert data in double format to ascii using matlab?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i need to convert the data which is in double format to ascii equivalent using matlab tool.how i can do that?can anybody help me please?
0 comentarios
Respuestas (1)
Walter Roberson
el 9 de Abr. de 2014
save -ascii
is one way, for some circumstances.
Other than that, see fprintf() and sprintf()
0 comentarios
Ver también
Categorías
Más información sobre Data Type Conversion 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!