Function running in batch() cannot find .mat file that is in MATLAB path

조회 수: 2 (최근 30일)
I am attempting to run a function file in a batch, and the batch has no problem finding all the additional functions in the folder that has been added to the MATLAB path, but it can't find a .mat file in the same folder and load it, even when I specify 'AdditionalPaths' when calling the batch(). Has anyone else experienced this, and is there a work-around that will allow me to load a .mat file in the batch()?
  댓글 수: 2
Edric Ellis
Edric Ellis 2015년 8월 12일
Which cluster type are you using?
Andrew Harris
Andrew Harris 2015년 8월 12일
편집: Andrew Harris 2015년 8월 12일
Just the local cluster, but you clued me in to a possible source of the error: I didn't explicitly define the param-value pair 'Profile', 'local'. Let's see if that fixes it.
Sadly, no joy.

댓글을 달려면 로그인하십시오.

채택된 답변

Andrew Harris
Andrew Harris 2015년 8월 12일
It turns out that the 'AdditionalPaths' value can't just be the pathdef value, it must explicitly define the path on which the file resides. Hope this helps someone in the future.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Parallel Server에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by