Filter löschen
Filter löschen

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 Ansichten (letzte 30 Tage)
Hussein Rida
Hussein Rida am 16 Aug. 2020
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

Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Produkte


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by