belal hariz belgacem
Followers: 0 Following: 0
Electrical drive master student
Statistics
RANK
126.703
of 295.467
REPUTATION
0
CONTRIBUTIONS
12 Questions
2 Answers
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
how to Conversion transfer function to state space ...MIMO help me
ans = From input 1 to output... 0.04 1: ------------------ s^2 + ...
ongeveer 5 jaar ago | 3 answers | 0
3
answersQuestion
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...
ongeveer 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
ongeveer 5 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
ongeveer 5 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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 ...
meer dan 5 jaar ago | 0 answers | 0
0
answers0
answersQuestion
the state representation of the dynamic system
state equation A ...
meer dan 5 jaar ago | 2 answers | 0
2
answersQuestion
How to add arduino uno library in matlab 2016b
How to add arduino uno library in matlab 2016b
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 6 jaar ago | 3 answers | 0
3
answersQuestion
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^-...
bijna 6 jaar ago | 0 answers | 0