![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/22314720_1619291207196_DEF.jpg)
jana nassereddine
Followers: 0 Following: 0
Statistik
RANG
198.244
of 297.010
REPUTATION
0
BEITRÄGE
16 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
81.25%
ERHALTENE STIMMEN
0
RANG
of 20.418
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.687
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
"Adding Nominal Values to a Nonlinear MPC Object: Guidance and Steps"
hello everyone, I have two different objects from two distinct Model Predictive Controllers: one from a linear MPC and the othe...
etwa ein Monat vor | 0 Antworten | 0
0
AntwortenFrage
how to set nominal values in model predictive controller using scripts?
Hello, so i have this code, and i need to set nominal values for manipulated variables, however i am keep getting an error, % ...
etwa 2 Monate vor | 1 Antwort | 0
1
AntwortFrage
transform table variable into struct variable.
Hello, I have a table that is used as a disturbance in a model predictive controller, and I need to input this table as a measu...
etwa 2 Monate vor | 1 Antwort | 0
1
AntwortFrage
How to incorporate disturbances via scripts in MATLAB using a Model Predictive Controller.
I have the code mentioned here, and I want to assign `u(4)` and `u(5)` to the measured disturbances (MD) in the same way that `u...
etwa 2 Monate vor | 1 Antwort | 0
1
AntwortFrage
How to modify the filter to match the power output of the wind turbine with the wind speed?
hello, I have the wind turbine power results on the left and the wind speed on the right, both varying over a 24-hour period. F...
3 Monate vor | 1 Antwort | 0
1
AntwortFrage
how to get the cost function result from model predictive controller?
Hello everyone, so i have a model predictive controller programming code, and it works, but they don't give me the cost functi...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Arrays have incompatible sizes for this operation.
Hello, I have this code with this error, can anyone help me please? % Custom State Estimation Ts=1;ts=0.1; A=[1 0;0 1]; B=[...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Unable to perform assignment because the left and right sides have a different number of elements.
Hello everyone, so I have this code with this error: % Custom State Estimation Ts=1;ts=0.1; A=[1 0;0 1]; B=[0.0936 0.0936 0 ...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
How to include a model (created by me at Simulink) in Matlab script?
so I have model predictive controller with a plant model, and I created the plant model using blogs, I couldn't use the state sp...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
Problem with 2 plots, one in not showing and second one is showing up empty.
hello, so I have 2 small codes, with 2 plots, the first one is showing the plot empty and the second one is not showing at all,...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Model predictive controller (Time domain)?
Hello everyone, So I have a state space representation, with 2 inputs and 2 states= 2 ouputs; and one disturbance ( Pgeneration...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to improve a model predictive control in order to get a lower cost function for the system?
Hello everyone, I have implemented a model predictive control using a plant model (which has some disturbance in it), then I ru...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to fix an error:'' error in port widths or dimensions.''
Hello everyone, I made a state space representation with disturbances using blocks in simulink, then I connected this state spa...
fast 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to add disturbances into the model predictive control as an input?
hello everyone, so I have a Model Predictive Control, and I have a plant model with a state space representation (figure 1), an...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
my question is what is wrong with my code, the results should be in the first picture not the second.
D=zeros(6); for row=1:6 for col=1:6 if col>row %upper right corner D(row,col)=0 else if c...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
four summation containing loop
hey, I wrote this code for 4 summation in matlab, and i still have one problem in " n= n+ Term5*G" where n give NAN answer and I...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortHow do you solve for a double sum
can someone tell me why this code is not working? clear, clc f=0; G=0 ; x= [0; 4]; y= [0; 2]; H=[0; 2]; E=[0; 3]; z=h; ...
fast 4 Jahre vor | 0
How do you solve for a double sum
hello, can anyone help me solve this,
fast 4 Jahre vor | 0