photo

belal hariz belgacem


Last seen: 대략 4년 전 2018년부터 활동

Followers: 0   Following: 0

Electrical drive master student

통계학

  • Thankful Level 2
  • Thankful Level 1

배지 보기

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...

4년 초과 전 | 답변 수: 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 + ...

4년 초과 전 | 답변 수: 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...

4년 초과 전 | 답변 수: 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...

4년 초과 전 | 답변 수: 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 ...

4년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 0 | 0

0

답변

질문


"the state representation of the dynamic system"‏

대략 5년 전 | 답변 수: 0 | 0

0

답변

답변 있음
the state representation of the dynamic system

대략 5년 전 | 0

질문


the state representation of the dynamic system
state equation A ...

대략 5년 전 | 답변 수: 2 | 0

2

답변

질문


How to add arduino uno library in matlab 2016b
How to add arduino uno library in matlab 2016b

대략 5년 전 | 답변 수: 0 | 0

0

답변

답변 있음
hi I have problem do not draw curve
Thank you

5년 초과 전 | 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...

5년 초과 전 | 답변 수: 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^-...

5년 초과 전 | 답변 수: 0 | 0

0

답변