Borrar filtros
Borrar filtros

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 visualizaciones (últimos 30 días)
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

Respuestas (0)

Categorías

Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.

Productos


Versión

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by