Statistiques
14 Questions
0 Réponses
RANG
98 576
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
14 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
14.29%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
what is a function in MATLAB that convert the continues linear time-invariant to discrete linear time-invariant
x is the state u is the control input w is the disturbance
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
For iterative learning control ,how to find the learning function (L(q)) and Q-filter in command window in MATLAB for state space system
H∞ design methods offer a systematic approach to ILC design.The goal is to find the learning function L(q) that offers the faste...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
can anyone offer control of state space system using Iterative Learning Control in command window in MATALB
can anyone offer control of state space system using Iterative Learning Control in command window in MATALB
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
is there any control technique not depend on state space model for the system??
is there any control technique not depend on state space model for the system??
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
can I design model predictive control for system not represented by state-space model??
can I design model predictive control for system not represented by state-space model??
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I design Model predictive control in command window for the 2nd order ODE system
d2w(t)/dt2= Aw(t)+Bu(t)+d(t), w(t)==state, u(t)==control input, d(t)== disturbance
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
I need MATLAB model for Vibrating string with distributed disturbances and boundary conditions which fixed at the one end and free at another end?
vibrating string model is a second order non-homogenous hyberpolic PDE
presque 7 ans il y a | 1 réponse | 0
0
réponseQuestion
why this error occur ??Index exceeds matrix dimensions.
i want to convert one vector(u) to two vector (u1) and (u2); n=401; for i=1:n u1(i)=u(i); u2(i)=u(i+n); ...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
I have algebraic loop error ,so I used unit delay but the output of the delay block is always zero.why? as you know the input is 1D vector (600x1)
as you know the input is 1D vector (600x1)
presque 7 ans il y a | 1 réponse | 0
0
réponseQuestion
hi every one>>>I use (from workspace) to represented as disturbance input to the simulink block ,but I get this error(The last dimension of each 'signals.values' field must be the same as the number of rows in the 'time' field) please any one help me
M = 1; xf = 1; A = 21; B = 10; T = 10; p = 0.1; dx = xf/A; xn = [0:A]'*dx; dt = (T/B); v = (T*dt^2...
presque 7 ans il y a | 1 réponse | 0
0
réponseQuestion
hello>>I want to use (from workspace ) to be as disturbance input in a simulink model ,but when I wrote the below code ,its generating error( The last dimension of each 'signals.values' field must be the same as the number of rows in the 'time' field
if true % code endM = 1; xf = 1; A = 10; B = 21; T = 10; p = 0.1; dx = xf/A; xn = [0:A]'*dx; dt = (T/B); ...
presque 7 ans il y a | 1 réponse | 0
0
réponseQuestion
how/when the ode45 solver is executed within a Simulink model as level-2 s function>>??
I'm trying to understand how/when the solver is executed within a Simulink model. Specifically, I have a rather complicated MATL...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
after run the below code this error generated (Sizes vector returned by MATLAB S-function 'new_two' in 'new_one/S-Function' must be a real vector consisting of integer value of length 7) please could any one support me in this issue
function [sys,x0,str,ts] = new_two(t,x,u,flag) switch flag, case 0, [sys,x0,str,ts] = mdlInitializeSizes; ...
environ 7 ans il y a | 1 réponse | 0
0
réponseQuestion
Hello every body ...I have two PDEs as governing equation for timoshenko beam and three boundary equations ...How can I make it's model by Matlab??
<</matlabcentral/answers/uploaded_files/91324/paint.png>> Remark 1 For clarity, notions (·)'= ∂(·)/∂x and (·˙) = ∂(·)/∂t are...
environ 7 ans il y a | 1 réponse | 0