Cant save variable?? "To save this variable, use the -v7.3 switch."
조회 수: 8 (최근 30일)
이전 댓글 표시
What does this mean? And how do I resolve it?
>> save NARRtroughid NARRtroughid
Warning: Variable 'NARRtroughid' cannot be saved to a MAT-file whose version is older than 7.3.
To save this variable, use the -v7.3 switch.
댓글 수: 0
답변 (2개)
Fangjun Jiang
2011년 8월 4일
type "help save" you will see some explanation regarding save Version Compatibility Options. The thing mentioned for v7.3 is that it supports for data items greater than or equal to 2GB. Is your variable a very large data?
참고 항목
카테고리
Help Center 및 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!