已回答 how to display texts in gui itself?
Add an Edit Text (eg. edit1)
function edit1_CreateFcn(hObject, eventdata, handles)
% hObject handle to edit1 (see GCB...
12 years 前 | 0
已回答 My code is wrong and I don't know why
When you try to define X_11(i+1), there is X_11(X_11*Y(1)*b_1_j) on the right side. You have to change X_11 to X_11(i) or some o...