How can I use mat file in matlab function ?
이전 댓글 표시
I have a mat file which has 21 different strcuts. I need to use them in my function however I cannot load or reach them from workspace. How can I solve this? Thanks in advance.
댓글 수: 1
per isakson
2017년 8월 15일
답변 (1개)
Image Analyst
2017년 8월 15일
Try this:
storedStructure = load('yourMatFileName.mat')
Attach the .mat file with the paper clip icon if you still have trouble.
카테고리
도움말 센터 및 File Exchange에서 Workspace Variables and MAT Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!