MATLAB: Convert .mat to binary format

binary .mat

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.

Best Answer

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.