Answered
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...

12 years ago | 0

| accepted

Answered
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...

12 years ago | 0

Answered
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...

12 years ago | 1

Answered
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...

12 years ago | 0