Feeds
提问
Wish to use output of the first iteration in a loop as an input in the second iteration of the loop
tic M1 = 5; Altitude = 28000; gamma = 1.4; Theta = 8; [Beta] = betacalling(M1);...
3 years 前 | 1 个回答 | 0
1
个回答提问
I wish to limit plotting a point on a single line and not anywhere else on the graph (just on the line) with every input
for M1 = 1:1:5 m = m+1; %================================ % theta-beta-M relat...
3 years 前 | 1 个回答 | 0
