Azzera filtri
Azzera filtri

Live Script Controls in (For) Loop

19 visualizzazioni (ultimi 30 giorni)
MATLABquestions14
MATLABquestions14 il 26 Giu 2024 alle 19:37
Risposto: Walter Roberson il 26 Giu 2024 alle 22:30
Hello,
Is there a way to create a dynamic input field using live script controls? I want to populate the livescript with N controls (ex. "Edit Field") inputs prior to the user providing input values. The user specifies N, and the live script then generates N controls.
I assume have to embed the control in a (for) loop. I am not hard coding any controls, at the moment. I prefer to have the controls embedded in the live script and not have to use a inputdlg box.
Thank You.
N = 2;
for i = 1:N
fprintf("Livescript Input %d \n",i)
%LIVESCRIPT CONTROL HERE ("EDIT FIELD")
end
% N POPULATED CONTROLS HERE
% USER ENTERS N INPUTS HERE

Risposte (1)

Walter Roberson
Walter Roberson il 26 Giu 2024 alle 22:30
Is there a way to create a dynamic input field using live script controls?
No, there is no way.

Prodotti


Release

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by