Info

此问题已关闭。 请重新打开它进行编辑或回答。

save 10 two dimensions array in afile

1 次查看(过去 30 天)
Abdulkareem
Abdulkareem 2012-12-15
关闭: MATLAB Answer Bot 2021-8-20
hi everybody can anyone help to save 10 two dimensions array into one file so i can send them to another treatment
  1 个评论
the cyclist
the cyclist 2012-12-15
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.

回答(1 个)

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

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by