Invalid data type error when parsing class fxptui.explorer.

1 view (last 30 days)
I'm attempting to run a simulation using MATLAB and Simulink. However, I'm receiving this error:
"Warning: an error occurred while parsing class fxptui.explorer:
Invalid data type.
> In fxptui.getexplorer at 9
In fptoolcallback at 34"
Can anyone tell me what this error is and how to fix it?
  2 Comments
Danny S
Danny S on 1 Jul 2013
I'm also seeing this on a save_system() call to a Simulink Library I just created and populated with new_system()/add_block().
It's showing on Linux (Ubuntu 10.04) with Matlab R2011b 32-bit. The same sequence of calls on Windows 7 / Matlab R2010bSP1 does not produce this warning.
xlr8t
xlr8t on 4 Jul 2013
Edited: xlr8t on 4 Jul 2013
I'm also seeing this with a call of
sim('simulink_model')
with slightly different line numbers.
[Warning: an error occurred while parsing class fxptui.explorer: Invalid data type.]
[> In fxptui.getexplorer at 9
In fptoolcallback at 7
In myFunction at 185]
where the line 185 is the sim command. The system used is a Linux with Matlab 2012b (R2012b (8.0.0.783) 64-bit (glnxa64)).

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!