convert .mat to binary format
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I have a set of data stored in matlab as variable x which contains 500 data points (values between 3 to 800)
i want to store this data as a binary format so that i can use it in a different software.
can someone help me out please.
0 comentarios
Respuesta aceptada
Andreas Goser
el 3 de Mayo de 2012
As I said -"The term "binary format" may be used in different ways.". You are then looking for DEC2BIN. An example is in the documentation.
Más respuestas (2)
Andreas Goser
el 3 de Mayo de 2012
The term "binary format" may be used in different ways. From the MATLAB perspective, there is the FWRITE command to "Write data to binary file".
0 comentarios
hardik
el 3 de Mayo de 2012
1 comentario
Walter Roberson
el 3 de Mayo de 2012
Complete with the space?
So that's the _character_ '0' and the _character_ '1' ? Or are those supposed to be a representation of consecutive bits?
Ver también
Categorías
Más información sobre Logical 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!