Borrar filtros
Borrar filtros

convert .mat to binary format

26 visualizaciones (últimos 30 días)
hardik
hardik el 3 de Mayo de 2012
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.

Respuesta aceptada

Andreas Goser
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.
  1 comentario
hardik
hardik el 4 de Mayo de 2012
thank you! i was looking for this for very long time. but i couldn't spot it.

Iniciar sesión para comentar.

Más respuestas (2)

Andreas Goser
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".

hardik
hardik el 3 de Mayo de 2012
this dosent help me much since i wana store those 2 to 800 variables into the format of 1 0 001101011010101010011........
could u please tel me a bit more. or perhaps u can give me an example please
  1 comentario
Walter Roberson
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?

Iniciar sesión para comentar.

Categorías

Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by