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

3 views (last 30 days)
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

Answers (0)

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!