Why is System Objects creation failing in various toolboxes in MATLAB 8.0 (R2012b)?
Show older comments
The usage of System Object of different Toolboxes produce the same error:
>> h = dsp.convolver % from DSP
>> hp = comm.BPSKModulator % from Communication Systems
Error using <SYSTEM OBJECT NAME>
The specified superclass 'matlab.system.SFunSystem' contains a parse error or cannot be found on MATLAB's search
path, possibly shadowed by another file with the same name.
Accepted Answer
More Answers (0)
Categories
Find more on Installing Products in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!