Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Example, after generating a long binary data a=[1 0 0 1 0 0 1 1 1 ]; how do I save it?

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by