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