Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

save 10 two dimensions array in afile

1 visualización (últimos 30 días)
Abdulkareem
Abdulkareem el 15 de Dic. de 2012
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
hi everybody can anyone help to save 10 two dimensions array into one file so i can send them to another treatment
  1 comentario
the cyclist
the cyclist el 15 de Dic. de 2012
This question is not specific enough. Please give more detail on what you want. For example, do you want the arrays side-by-side, or top-to-bottom? Are all the arrays the same size? What kind of file do you want to save them into? Etc. If you don't make us guess at these details, you will likely get better solution faster.

Respuestas (1)

Image Analyst
Image Analyst el 15 de Dic. de 2012
Um, did you try the save() function? I'd give it a try.
save(fullFileName, 'array1', 'array2', 'array3', etc. up through array 10.

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by