belal hariz belgacem
Followers: 0 Following: 0
Electrical drive master student
Feeds
提问
What to do in the case of a matrix 2x2 .......tf2ss
Convert it to state-space form using tf2ss. b = [0 2 3; 1 2 1]; a = [1 0.4 1]; [A,B,C,D] = tf2ss(b,a) A = 2×2 -0.400...
5 years 前 | 1 个回答 | 0
1
个回答提问
how to Conversion transfer function to state space ...MIMO help me
ans = From input 1 to output... 0.04 1: ------------------ s^2 + ...
5 years 前 | 3 个回答 | 0
3
个回答提问
where the problem .... I want to display the transfer function as a function a ......
clear all, close all, clc; syms a %% State space representation A = [a 1;-10 -7] % the state matrix B = [0;1] % the inp...
5 years 前 | 1 个回答 | 0
1
个回答提问
i have a problem ..help me
clear all, close all, clc; syms f j k1 k R l %% State space representation A = [-f/j k1/j;(-k-k1)/l -R/l]; % the stat...
5 years 前 | 0 个回答 | 0
0
个回答提问
state space into transformer function ......where is the problem
clear all, close all, clc; syms f j k1 k R l %% State space representation A = [-f/j k1/j;(-k-k1)/l -R/l]; % the state ...
5 years 前 | 0 个回答 | 0
0
个回答提问
the state representation of the dynamic system
clear all clc k=2; k1=0.5; L=0.02; R=2; J=0.0005; f=0.00008;Cr=20; A=[-f/J k1/J;(-k-k1)/L -R/L]; B=[0 -1/f;k/L 0]; C=[1 ...
5 years 前 | 0 个回答 | 0
0
个回答提问
the state representation of the dynamic system
clear all clc k=2; k1=0.5; L=0.02; R=2; J=0.0005; f=0.00008;Cr=20; A=[-f/J k1/J;(-k-k1)/L -R/L]; B=[0 -1/f;k/L 0]; C=[1 ...
5 years 前 | 0 个回答 | 0
0
个回答提问
How to add arduino uno library in matlab 2016b
How to add arduino uno library in matlab 2016b
5 years 前 | 0 个回答 | 0
0
个回答提问
hi I have problem do not draw curve
We have circuit RLC. g=Um.e^(-L/R t).cos(2π/T t+φ) Ecos(wt) /////////////// This is our code: w=2*pi*50; E=5; l=100e-6...
6 years 前 | 3 个回答 | 0
3
个回答提问
where is the problem
% Resoulision des systèmes non-linéaire clc clear x1=5; x2=5; x3=5; X=[x1;x2;x3]; deltx=1; k=1; while abs(deltx)>10^-...
6 years 前 | 0 个回答 | 0