Filter löschen
Filter löschen

Executing Mask parameter callback only when "Apply" is pressed

2 Ansichten (letzte 30 Tage)
Christine
Christine am 17 Apr. 2015
I have a masked subsystem. the mask dialog contains a Popup element. The popup elements has values from (1..5). This value indicates the index of an array in the workspace. Then i have an edit field. The value of the edit field should be written to the index of the workspace variable which is indicated by the popup element. I implement a simple callback for the popup element which looks like:
Nr = str2num(get_param(gcb,'PopupNr')); MyValue(Nr).a = str2num(get_param(gcb,'a'));
but i want this callback to be executed only when I press "Apply". How can I do this? (remember.. there are no stupid questions)
Thank you

Antworten (0)

Kategorien

Mehr zu Create Block Masks finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by