1
如何在Matlab中保存.mat
文件中的結構數組?可能嗎?如何保存matlab中的.mat文件中的結構數組
p(1).x=0;
p(1).y=0;
p(2).x=1;
p(2).y=1;
save('matfilename','-struct','p');
% ??? Error using ==> save
% The argument to -STRUCT must be the name of a scalar structure variable.
謝謝我正在尋找這個答案。 – nayab