Indices = event.Indices; row = event.Indices(1,1); col = event.Indices(1,2); if app.UITable5.Position(row)<1 app.EditField2.Value=app.UITable5.Position(row); end
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Develop Apps Using App Designer en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!