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

2 次查看(过去 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 CenterFile Exchange 中查找有关 Low-Level File I/O 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by