Filter löschen
Filter löschen

GUI Another help

1 Ansicht (letzte 30 Tage)
Nasir Qazi
Nasir Qazi am 3 Apr. 2012
I have list of components
1) Methane
2) Propane
3) Butane
I am using list drop down box to include all these components, but these components do have a associated properties like 'Tc=2','Pc=3' for each of the components , I want to a GUI program to load them when selected , is it possible ? how ?

Akzeptierte Antwort

SUDIP PODDAR
SUDIP PODDAR am 3 Apr. 2012
Place this code to the call back of listbox
index_selected = get(hObject,'Value'); if ( index_selected == X ) TC = 2; PC = 3; else TC = 6; PC = 7; end like this.

Weitere Antworten (1)

Kategorien

Mehr zu Migrate GUIDE Apps 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