フィルターのクリア

whats wrong with this app?

1 回表示 (過去 30 日間)
Muazma Ali
Muazma Ali 2024 年 2 月 4 日
編集済み: Walter Roberson 2024 年 2 月 5 日
Hi! :)
I am attaching a small app, visualiseringsapp.
What is wrong with my switch value changed callback function?
I don’t get any plot and don’t get any error either
App3 is a big app so I am not attaching it here.
Visualiseringsapp is calling app3 as you can see.

回答 (1 件)

Alberto Cuadra Lara
Alberto Cuadra Lara 2024 年 2 月 4 日
Hi Muazma,
I guess the property Osmotisk_data is obtained from app3, right? In that case, you should refer to
X = app.Callingapp.Osmotisk_data.samlet_vannaktivitet;
Y = app.Callingapp.Osmotisk_data.Osmotic_pressure;
and not directly from app.Osmotisk_data, because that property is not defined in visualiseringsapp.
Additionaly, I do not understand your objective with the else statement
else
plot(app.UIAxes, '','')
end
  8 件のコメント
Alberto Cuadra Lara
Alberto Cuadra Lara 2024 年 2 月 5 日
Great! No, you can only access the public properties of app3 object.
Also, the cla function was included in Matlab R2006a, so you should be able to use it.
Best,
Alberto
Muazma Ali
Muazma Ali 2024 年 2 月 5 日
But if I have a table osmotic data and I have just declared this table public in app3 and the fields of this table as private properties, will I not be able to plot data based on the fields of osmotic data as visualiseringsapp is supposed to do..?

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

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by