Feeds
提问
How to save mat file using save() with a different variable name using for loop
a=[1,2,3,4,5,6,7,8,9]; b=[m,n,o,p,q,r,s,t,u]; for i=1:9 save('2_back_gp_1_trial_ str2num(a(i))_sub_1.mat',' b(i)') end ...
4 years 前 | 1 个回答 | 0
1
个回答提问
How can I get the mean value of 1st 10 values of a cell array
I have a cell array of 36X9 each array contains matrix of 695X1 or 697X1 now i watn to access the cell array to take the mean...
4 years 前 | 2 个回答 | 0
