error " Unexpected matlab expression workspacefunc 329"

조회 수: 3 (최근 30일)
Tianqi Zhang
Tianqi Zhang 2016년 10월 6일
댓글: ahsana parammal vatteri 2019년 1월 30일
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!

채택된 답변

Marc Jakobi
Marc Jakobi 2016년 10월 6일
편집: Walter Roberson 2016년 10월 6일
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.

추가 답변 (1개)

Cassie xia
Cassie xia 2018년 4월 9일
Thank you a lot!

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by