Community Profile

photo

belal hariz belgacem


Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Electrical drive master student

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


how to Conversion transfer function to state space ...MIMO help me
ans = From input 1 to output... 0.04 1: ------------------ s^2 + ...

4 years ago | 3 answers | 0

3

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


"the state representation of the dynamic system"‏

5 years ago | 0 answers | 0

0

answers

Question


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

5 years ago | 2 answers | 0

2

answers

Question


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

5 years ago | 0 answers | 0

0

answers

Answered
hi I have problem do not draw curve
Thank you

5 years ago | 0

Question


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 years ago | 3 answers | 0

3

answers

Question


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 years ago | 0 answers | 0

0

answers