Feeds
已回答
Summation column matrix using for loop
Thank you both! The final answer became this one... [R,C]=size(A); X=zeros(1,C); for c=[1:C] for r=[1:R] ...
Summation column matrix using for loop
Thank you both! The final answer became this one... [R,C]=size(A); X=zeros(1,C); for c=[1:C] for r=[1:R] ...
10 years 前 | 0
提问
Summation column matrix using for loop
Hi, I have a question. For my homework I have a 4x5 matrix and I'm supposed to use the for statement to find the sums of each of...
10 years 前 | 4 个回答 | 0
