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년 전 | 0
