I'm trying to load a file onto matlab from Opensim, but it shows this error on this line - timevector = rawIK.data(:,1);
%% Load Data
filename = 'C:\...\MoBL-ARMS OpenSim tutorial_33\ModelFiles\InputFiles_module5_scaleIK\IKreach.mot';
delimiterIn = '\t';headerlinesIn = 7;
rawIK = importdata(filename,delimiterIn,headerlinesIn);
timevector = rawIK.data(:,1);
5 件のコメント
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/472813-dot-indexing-is-not-supported-for-variables-of-this-type#comment_726983
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/472813-dot-indexing-is-not-supported-for-variables-of-this-type#comment_726983
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/472813-dot-indexing-is-not-supported-for-variables-of-this-type#comment_726986
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/472813-dot-indexing-is-not-supported-for-variables-of-this-type#comment_726986
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/472813-dot-indexing-is-not-supported-for-variables-of-this-type#comment_728426
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/472813-dot-indexing-is-not-supported-for-variables-of-this-type#comment_728426
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/472813-dot-indexing-is-not-supported-for-variables-of-this-type#comment_728430
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/472813-dot-indexing-is-not-supported-for-variables-of-this-type#comment_728430
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/472813-dot-indexing-is-not-supported-for-variables-of-this-type#comment_728438
このコメントへの直接リンク
https://jp.mathworks.com/matlabcentral/answers/472813-dot-indexing-is-not-supported-for-variables-of-this-type#comment_728438
サインインしてコメントする。