Filter löschen
Filter löschen

after compile, .m no longer available?

1 Ansicht (letzte 30 Tage)
David Pesetsky
David Pesetsky am 7 Feb. 2019
I compiled code using mcc and also the deploytool. It needs to pull functions in from the Path variable, which is set during compile. It does compile, but when running, still complains some .m file is not found in the temporary "expanded CTF archive". Then says:
"This is typically caused by calls to ADDPATH in your startup.m or matlabrc.m files. Please see the
compiler documentation and use the ISDEPLOYED function to ensure ADDPATH commands are not executed
by deployed applications."
And then says:
Caused by:
Previously accessible file ".....m" is now inaccessible.
I think i just need to train it to pull ALL the right functions in when compiling?

Antworten (0)

Kategorien

Mehr zu Search Path finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by