getting error unrecognized method property or field

22 ビュー (過去 30 日間)
Ehtisham
Ehtisham 2024 年 2 月 5 日
コメント済み: Voss 2024 年 2 月 6 日
unrecognized method property or field

採用された回答

Voss
Voss 2024 年 2 月 5 日
編集済み: Voss 2024 年 2 月 5 日
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 件のコメント
Ehtisham
Ehtisham 2024 年 2 月 6 日
I shared a corefile and matlab app file. after these values
% Time when ligand added and removed
T_startLigand = app.TstartLigandEditField.Value; % Start time of receptor/Ligand Activation
T_endLigand = app.TendLigandEditField.Value; % Duration of receptor/Ligand Activation
i just want to add a core file . Is it possible kindly guide.
Voss
Voss 2024 年 2 月 6 日
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.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

タグ

製品


リリース

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by