Feeds
已回答
How to repeat the same function for different matrix ?
for c=1:2; eval(['P',num2str(c),'=A',num2str(c),'.*B',num2str(c),';']); end
How to repeat the same function for different matrix ?
for c=1:2; eval(['P',num2str(c),'=A',num2str(c),'.*B',num2str(c),';']); end
7 years 前 | 0
