Tenzing Thiley
Followers: 0 Following: 0
Feeds
提问
Can anyone able to get me the step response from this code. I am trying to modify the initial response to step but unable to do so?
A = [ -0.040493 9.8689 0 -9.81; -0.0021967 -0.030908 1 0; -0.013639 ...
2 years 前 | 1 个回答 | 0
1
个回答提问
Error using InputOutputModel/feedback (line 137)
Error using InputOutputModel/feedback (line 137) The first and second arguments of the "feedback" command must have compatib...
3 years 前 | 1 个回答 | 0
1
个回答提问
error using ss2tf function
clear all; clc; %% Declaration with parameter I = 205113.07; % kg-m^2 m= 15118.35; % kg c = 3.511; % m rho = 1.225; ...
3 years 前 | 1 个回答 | 0
1
个回答提问
0×1 empty double column vector
My Code - disp("Break Away Point") syms sigma omega k f real s = sigma+j*omega; fx = (s^3)+(3*s^2)+(2*s)+k; f = expand(fx)...
3 years 前 | 1 个回答 | 0