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 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