Difficulty foor running a class
Afficher commentaires plus anciens
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 commentaires
Stephan
le 23 Sep 2018
Please provide the code you have tried so far.
Walter Roberson
le 23 Sep 2018
I speculate that you did not store the classdef in a separate file named after the class to be created.
Réponses (3)
Arun Mathamkode
le 27 Sep 2018
0 votes
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
le 27 Sep 2018
Modifié(e) : Walter Roberson
le 27 Sep 2018
1 commentaire
Walter Roberson
le 27 Sep 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
le 30 Sep 2018
0 votes
1 commentaire
Walter Roberson
le 30 Sep 2018
This new version is not < handle and leads to the editor error that events can only be defined for handle classes.
Catégories
En savoir plus sur Argument Definitions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!