필터 지우기
필터 지우기

Creating an matrix with values from a different m-file

조회 수: 1 (최근 30일)
Brett
Brett 2012년 8월 19일
Hi, I'm super new to this, so bare with me. So far I have assigned number values to push buttons that are related to a variables - for example:
function checkbox3_Callback(hObject, eventdata, handles)
if (get(hObject, 'value') == get(hObject, 'max'))
B1 = 1
end
I want to put these values into a matrix so that they can be scored, but scoring will be done in a different m-file. How do I import my values so that they can be put into a matrix in a different m-file?

답변 (1개)

Walter Roberson
Walter Roberson 2012년 8월 19일

카테고리

Help CenterFile Exchange에서 Graphics Object Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by