how can i convert data in double format to ascii using matlab?

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?

Respuestas (1)

save -ascii
is one way, for some circumstances.
Other than that, see fprintf() and sprintf()

Categorías

Más información sobre Data Type Conversion en Centro de ayuda y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Preguntada:

el 9 de Abr. de 2014

Respondida:

el 9 de Abr. de 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by