getting error unrecognized method property or field
18 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
unrecognized method property or field
0 commentaires
Réponse acceptée
Voss
le 5 Fév 2024
Modifié(e) : Voss
le 5 Fév 2024
The code says
L_Active = app.RelativeLigandConcentrationActivetoEC50EditField.Value;
but that component is called
app.RelativeLigandConcentrationtoActiveEC50EditField
note "Activeto" vs "toActive".
There are several other places where app properties and variables are misspelled in the code. I've fixed all the ones I found and attached a new version of the app.
It's a good idea to copy and paste the component name, rather than typing it all out manually, to decrease the chance of making a typing error, especially when the name is very long (and/or use shorter names).
2 commentaires
Voss
le 6 Fév 2024
There were several inputs and outputs missing from your Corefile definition. (I know when an input is missing because I get an error about an undefined variable in Corefile, and I know when an output is missing because I get an error about an undefined variable in the app function after Corefile is called.)
I added them. Please see attached app and Corefile.m file.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!