フィルターのクリア

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

1 回表示 (過去 30 日間)
Example, after generating a long binary data a=[1 0 0 1 0 0 1 1 1 ]; how do I save it?

採用された回答

John
John 2016 年 4 月 20 日
Did you try the save command?
a = [1 0 0 1 0 0 1 1 1 ];
save('my_data', 'a');
  1 件のコメント
nafila aytija
nafila aytija 2016 年 6 月 22 日
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

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by