Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
Example, after generating a long binary data a=[1 0 0 1 0 0 1 1 1 ]; how do I save it?

Risposta accettata

John
John il 20 Apr 2016
Did you try the save command?
a = [1 0 0 1 0 0 1 1 1 ];
save('my_data', 'a');
  1 Commento
nafila aytija
nafila aytija il 22 Giu 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

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by