Error saving file -- issue with path?

조회 수: 5 (최근 30일)
Samantha Huff
Samantha Huff 2022년 3월 30일
댓글: Geoff Hayes 2022년 3월 31일
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
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 CenterFile Exchange에서 Language Support에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by