photo

ZHE


Kansas State University

2013년부터 활동

Followers: 0   Following: 0

메시지

function Save20_Callback(hObject, eventdata, handles)

handles.ValueCareChild(end+1,1)= get(handles.SliderCareChild,'Value');

guidata(hObject,handles)

I have this call back to collect data, then how can I save the whole handles.ValueCareChild?