Feeds
提问
If i am trying to save each iteration of the matrix in a for loop to add them together at the end. How would I do that? I understand it will print each iteration of the matrix but I haven't figured out how to save each iteration and sum them all up.
for N = 1:length(LayersInDegrees) theta = LayersInDegrees(N); m=cosd(theta); n=sind(theta); Q11=Q(1,1); Q12=Q(1...
6 years 前 | 1 个回答 | 0
1
个回答提问
While Loop Plotting Single Point Values
hey guys, my code will only produce single points for the values in my while loop (see below for code) when I try to plot it. I'...
9 years 前 | 1 个回答 | 0