Error saving file -- issue with path?
조회 수: 5 (최근 30일)
이전 댓글 표시
I have been successfully saving files to a remote server, however I think I messed with the path and now I am unable to save.
For example, my path that I want to save is data/mqir/sam/supercontrols but now I am getting an error because when I use the following comand, /home/shuff/axivity gets added to the file name
save(fileToSave, 'regularizedData_full', '-v7.3') %peaks and active time
%Error using save
%Unable to write to file '/home/shuff/axivity/data/mqir-souza1/sam/supercontrols/P041_cropped/P041_cropped_active_pks.mat'
%because it appears to be corrupt.
댓글 수: 1
Geoff Hayes
2022년 3월 31일
@Samantha Huff - the path may be fine...you should be able to confirm if it is valid or not. The problem might be with the size of data that you are trying to save. Is regularizedData_full large?
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Language Support에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!