Estadística
15 Preguntas
0 Respuestas
CLASIFICACIÓN
288.315
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
15 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
how to finde state estimation error?
I used ode command to find actual states of differential equation as this? [t,x]= ode45(@exam3f,[Initial_Time Final_Time], ...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
In an assignment A(I) = B, the number of elements in B and I must be the same.
why is this giving an error...! A1=[2 1]; >> for i=1:2; A(k)=[-1 1]; A(k+1)=A1+A(k); end
alrededor de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Error : Matrix dimensions must agree
I have written the follwing LMI in matlab (A1-B*F1)' * P * (A1-B*F1) - P < 0 where, A1 is a 12 x 12 matrix ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Error : Matrix dimensions must agree
I dont know why it's giving can someone help ? function derivative_x = AIAA(t,x) derivative_x=zeros(5,1); ...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to remove this ERROR: Inner matrix dimensions must agree
First i have done this example function derivative_x = book_TS(t,x) derivative_x = zeros(2,1); z1=x(1).*(x(2).^2); ...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Error :Derivative input 1 of 'untitled/Integrator2' at time 16.20443309281676 is Inf or NaN. Stopping simulation. There may be a singularity in the solution
I have made the simulink model for the T-S fuzzy aircraft model but its giving this error i have attached the file kindly help i...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
why its giving NaN (Not a Number)
I am working on takagi Sugeno fuzzy modeling the example i have done is this one function derivative_x = book_TS(t,x) ...
más de 9 años hace | 1 respuesta | 1
1
respuestaPregunta
Error : In an assignment A(I) = B, the number of elements in B and I must be the same. Help !!!!
I am working on takagi sugeno fuzzy modelling and a write a code like but its giving an error i dont understand why my function...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
how do we plot this...?
Do you have an idea how to plot any time delayed state with respect to time in Matlab. for example, (d/dt) x(t) = 2 x(t) +...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How to plot this (time delayed) system in matlab?
I have a time delayed state space model like this...! dx1/dt = x1(t) + x2(t) + x1(t-d(t)) +x2(t--d(t)) dx2/dt = 0.7*x1(t) ...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Error ! All rows in the bracketed expression must have the same number of columns.
I am using yalmip to write an LMI in matlab but its giving an error kindlay help if anyone know the solution. My code is like th...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot ! takagi Sugeno Fuzzy Model
I am working on takagi sugeno modeling: after doing fuzzy modeling of inverted pendulum given by non linear continous model: ...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Error : '' In an assignment A(I) = B, the number of elements in B and I must be the same ''
I want to draw the phase portrait of pendulum but its giving an error. code is like this function derivative_x = myfunc(t...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Is this plot correct?
I have applied a state feedback controller to a non linear system and after applying the controller when i plot the respective s...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
how to plot states of takagi-sugeno state space model in matlab?
i have used the takagi sugeno fuzzy modeling technique to find the state space model of inverted pendulum from non linear diff...
casi 10 años hace | 0 respuestas | 0