Hi, is there any way, I can save a random binary data after generating it?any suggestion would be appreciated! thank you

1 Ansicht (letzte 30 Tage)
Example, after generating a long binary data a=[1 0 0 1 0 0 1 1 1 ]; how do I save it?

Akzeptierte Antwort

John
John am 20 Apr. 2016
Did you try the save command?
a = [1 0 0 1 0 0 1 1 1 ];
save('my_data', 'a');
  1 Kommentar
nafila aytija
nafila aytija am 22 Jun. 2016
yes,,but it is giving the error message.IF i save the data,if needed later how do I call the function? any kind of help would be appreciated.Thanks in advance

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Low-Level File I/O finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by