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.

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

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
>> 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".

Sign in to comment.

Answers (0)

Categories

Products

Asked:

on 27 Jun 2017

Commented:

on 9 Apr 2019

Community Treasure Hunt

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

Start Hunting!