Indices = event.Indices; row = event.Indices(1,1); col = event.Indices(1,2); if app.UITabl​e5.Positio​n(row)<1 app.EditFi​eld2.Value​=app.UITab​le5.Positi​on(row); end

2 次查看(过去 30 天)
Hello
How can i use a for loop in app designer?
for i=1:app.number_fittings
if app.UITable5.Data.Position(i)<1
app.EditField2.Value=app.UITable5.Data.Coefficient(i);
end
end
app.EditField2.Value doesnt display anything

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Develop Apps Using App Designer 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by