error when im trying to save
이전 댓글 표시
Hi all.im trying to make a load short forecasting but in one of the steps i cant go on because of this error: *??? Error using ==> save Unable to write file Data\testSet: No such file or directory.*..could you help me?thanks
댓글 수: 5
Thomas
2012년 6월 3일
could you show the snipet of your code where 'save' occurs
UPT
2012년 6월 3일
Walter Roberson
2012년 6월 3일
You would get that error if you did not have a subdirectory named "Data" in your current directory.
Image Analyst
2012년 6월 3일
Your code would be more robust if you had a special folder for your data files and didn't mix your data files in with your m-files, fig files, and other files. Learn how to use uigetdir(), uigetfile(), fullfile(), exist(), and mkdir().
UPT
2012년 6월 3일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Power and Energy Systems에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!