error " Unexpected matlab expression workspacefunc 329"

Hi,
Anyone who has the same experience with this error " Unexpected matlab expression workspacefunc 329". I met it every time I run some code or click some file in workspace. What kind of problem it might be???
Thanks!

 Akzeptierte Antwort

Marc Jakobi
Marc Jakobi am 6 Okt. 2016
Bearbeitet: Walter Roberson am 6 Okt. 2016

3 Stimmen

It probably means you have a function somewhere that "shadows" a built in Matlab function, i.e. that has the same name as a built in function.
Try typing "which functionname -all" (without the quotes) in the workspace.
Instead of functionname, type in one of these functions:
  • strsplit
  • builtin
  • strjoin
If it shows more than one path for any of the functions, you know you have a duplicate function that may be causing a conflict.

Weitere Antworten (1)

Cassie xia
Cassie xia am 9 Apr. 2018

0 Stimmen

Thank you a lot!

Kategorien

Mehr zu Characters and Strings finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by