回答済み
How to instal an compiler in Matlab
Microsoft's VC/VC++ compiler will suit most needs. Download MS VC++ (I think its free) . Install it, then put your mex -setup in...

13年弱 前 | 0

| 採用済み

回答済み
xlsread with protected sheets
xlsread is very limited. Create Excel Com objects from Matlab using ActiveX. It has every feature of matlab. %Create Excel S...

13年弱 前 | 0

回答済み
when i execute ,error??? Error: File: ant.m Line: 2 Column: 6 The input character is not valid in MATLAB statements or expressions.
Check your unicode settings and keyboard. The quote in your is something different. Reference: uint16('’')%this is your quot...

13年弱 前 | 1

回答済み
Getting value from a listbox. Error: Cell contents reference from a non-cell array object.
Not sure, you must be doing something wrong. It works fine, if true eg: set(handles.listbox1, 'String',{1,2,3,4})% t...

13年弱 前 | 0