M
meisterbartsch
Hi NG,
I want to load a structure from a matlab file (*.mat) into vc++. In
the best case I would have a matching structure in vc++ to acces the
data of the loaded matlab structure.
Model.torque.ratio=[1,0.5,0.2,0.1,0], in Matlab
should be
vector<double> Model.torque.ratio;
in VC++;
Therefor i tried to use http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=8187&objectType=FILE
, Is there anybody who wrote a function to create a struct out of
matlab data?
Maybe there are other ways to read mat files in vc++?
Best regards
Patrick
I want to load a structure from a matlab file (*.mat) into vc++. In
the best case I would have a matching structure in vc++ to acces the
data of the loaded matlab structure.
Model.torque.ratio=[1,0.5,0.2,0.1,0], in Matlab
should be
vector<double> Model.torque.ratio;
in VC++;
Therefor i tried to use http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=8187&objectType=FILE
, Is there anybody who wrote a function to create a struct out of
matlab data?
Maybe there are other ways to read mat files in vc++?
Best regards
Patrick