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.
Mostrar comentarios más antiguos
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 comentarios
Raptrick
el 9 de Abr. de 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
el 9 de Abr. de 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".
Respuestas (0)
Categorías
Más información sobre MATLAB Compiler SDK en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!