How to save dictionary to a mat file
이전 댓글 표시
I could not save dictionary to a mat file using Save Dict D,where Dict is the mat file and D is the dictionary
댓글 수: 2
Walter Roberson
2015년 7월 28일
What happened when you tried?
Try
save('Dict.mat', 'D');
D Joseph
2015년 7월 29일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 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!