function handles to save data
이전 댓글 표시
I want to save the Output for every round my loop takes. The Problem; I need an handle and my m-file has no Objects. The Question: How do i define a handle which i can use to store my data.
댓글 수: 3
Geoff Hayes
2014년 8월 19일
Max - why do you need a handle? Is your Output the same dimension on each iteration of the loop? If so, then consider using a matrix to store the data from each iteration. If not, then use a cell array.
Max Müller
2014년 8월 19일
Max Müller
2014년 8월 19일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!