필터 지우기
필터 지우기

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