access to data in another file

5 ビュー (過去 30 日間)
Elia
Elia 2014 年 11 月 27 日
編集済み: Elia 2014 年 11 月 27 日
the folowing callback function is created in a seperated file, how can have access to the value of the toggle button i have created in other file tb is the name of the button
function display_button_value(hObject,callbackdata)
button_state = get(handles.tb,'Value');
if button_state == get(hObject,'Max')
set(findobj('type','line','Color','y'),'Visible','off')
elseif button_state == get(hObject,'Min')
set(findobj('type','line','Color','y'),'Visible','on')
end
end

回答 (0 件)

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by