Manish
自 2013 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
How can I use variable(matrix) from one callback function to other call back function for computation?
%First function % --- Executes on button press in load_life. function load_life_Callback(hObject, eventdata, handles) % hOb...
11 years 前 | 0 个回答 | 0
0
个回答提问
How to access much data from excel sheet to matlab?
fileName = 'try.xlsx'; a = xlsread(fileName); x = a(:,1); y = a(:,60); plot(x,y) I am getting error as: Attempted to acc...
12 years 前 | 1 个回答 | 0