Feeds
提问
How do I optimize my code with respect to 4 variables (x_1 x_3 k1 k2 k3)?
%% Parameters format short % Constants rho=1.225; U=170; s=1; c=0.5; c_2=1; b=0.5*c; m=5; I_CG=0...
7 years 前 | 0 个回答 | 0
0
个回答提问
How do you plot with a double for loop? I want to plot the last value of U with respect to c_2 continuously, having a nice curve.
%% Parameters format short % Constants rho=1.225; U=170; s=1; c=0.5; c_2=1; b=0.5*c; m=5; I_CG=0...
7 years 前 | 1 个回答 | 0
1
个回答提问
How do I create this transfer function in matlab, compensator_lag=(0.9987s+33.96)/(s+0.343)?
How can I output the transfer function for this lag compensator c_lag=(0.9987s+33.96)/(s+0.343), then plot the simulation v. exp...
8 years 前 | 1 个回答 | 0