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.
Afficher commentaires plus anciens
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 commentaires
Raptrick
le 9 Avr 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
le 9 Avr 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".
Réponses (0)
Catégories
En savoir plus sur Create System Objects dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!