Difficulty foor running a class
Mostra commenti meno recenti
I copied an example as showed in Matlab examples presentation but I get the following message classdef BasicClass ↑ Error: Illegal use of reserved keyword "classdef". Please can you help to run a class example Regards
2 Commenti
Stephan
il 23 Set 2018
Please provide the code you have tried so far.
Walter Roberson
il 23 Set 2018
I speculate that you did not store the classdef in a separate file named after the class to be created.
Risposte (3)
Arun Mathamkode
il 27 Set 2018
0 voti
As Walter Roberson pointed out, please make sure that you store the classdef in a separate file with the same name as the class name. Also please make sure that you didn't miss any end statements while copying the sample code.
elias BITAR
il 27 Set 2018
Modificato: Walter Roberson
il 27 Set 2018
1 Commento
Walter Roberson
il 27 Set 2018
When I store the noted code in MyClass.m then I do not encounter any error in R2018a or R2018b.
Could you attach a copy of the MyClass.m that you are having difficulty with? Not paste but attach: I want to check it for special characters.
elias BITAR
il 30 Set 2018
0 voti
1 Commento
Walter Roberson
il 30 Set 2018
This new version is not < handle and leads to the editor error that events can only be defined for handle classes.
Categorie
Scopri di più su Class Introspection and Metadata in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!