回答済み 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...