ERROR: The specified superclass contains parse error, cannot be found on MATLAB's search path, or is shadowed by another file with the same name.
Show older comments
Hello Mathworks community,
I am trying to generate a MATLAB class representing some hardware and every time i try to create an object, it shows the parse error.
I am working with Xilinx zc706 evaluation board and Xilinx XRF2 board and I am using MatLab R2016b.
I am working on Xilinx DPD reference design and I am using matlab to verify DPD.
Kindly help!
-Kushagra
2 Comments
Raptrick
on 9 Apr 2019
I get the same error with my class
classdef DynAvg < matlab.System & matlab.system.mixin.CustomIcon & matlab.System.mixin.SampleTime
I use matlab 2018B
Thanks Patrick
Steven Lord
on 9 Apr 2019
>> help matlab.System.mixin.SampleTime
--- matlab.System.mixin.SampleTime not found. Showing help for matlab.system.mixin.SampleTime instead. ---
There should be only one capital S in the full name of the class. "System" should be "system".
Answers (0)
Categories
Find more on Create System Objects in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!