About area & perimeter calculation
이전 댓글 표시
I want to store the area & perimeter from about 100 various images permanently & want to retrieve it again to compare it with the new image area & perimeter.
I tried the save command(MATLAB). It creates the struct but it is not permanent. When we close the file the data gets removed. Which command should I use?
답변 (1개)
Sreeram Mohan
2012년 5월 7일
0 개 추천
Have u considered saving the data out in a MAT file ?
--sreeram
댓글 수: 2
Shital Ghorpade
2012년 5월 7일
Image Analyst
2012년 5월 7일
You're not doing it correctly. Look up the help for the save() function.
카테고리
도움말 센터 및 File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!