Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
Example, after generating a long binary data a=[1 0 0 1 0 0 1 1 1 ]; how do I save it?

Respuesta aceptada

John
John el 20 de Abr. de 2016
Did you try the save command?
a = [1 0 0 1 0 0 1 1 1 ];
save('my_data', 'a');
  1 comentario
nafila aytija
nafila aytija el 22 de Jun. de 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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by