![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14225431_1572039373739.png)
belal hariz belgacem
Followers: 0 Following: 0
Electrical drive master student
Statistik
RANG
236.336
of 297.046
REPUTATION
0
BEITRÄGE
12 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
16.67%
ERHALTENE STIMMEN
0
RANG
of 20.422
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.776
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to Conversion transfer function to state space ...MIMO help me
ans = From input 1 to output... 0.04 1: ------------------ s^2 + ...
mehr als 5 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 5 Jahre vor | 0 Antworten | 0
0
Antworten0
AntwortenFrage
the state representation of the dynamic system
state equation A ...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to add arduino uno library in matlab 2016b
How to add arduino uno library in matlab 2016b
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
etwa 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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^-...
etwa 6 Jahre vor | 0 Antworten | 0