photo

E U


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


system identification with stable zeros
How can I obtain a linear model with stable "zeros" when I use the Matlab System Identification Toolbox? Is there any way to f...

etwa 9 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


how to run a Simulink model in a Matlab M file in this way?
I have simulink model "Mod_Sim" in simulink with an input port "inp" and an output port "out". I want to send inputs to this mod...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


solver change in mpc toolbox
Instead of "qp" solver in MPC toolbox, I want to use another solver (for example, cplex). How can this be done? Thank you.

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Why are the results (A0, B0, C0 and D0) of the following code different for Matlab R2011b (32 bit) and Matlab R2015a (32 bit)? amx661.mat is attached.
clc; clear all; close all; %ARMAX MODEL PARAMETERS load amx6661; %loading the identified model amx_model=am...

etwa 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


adaptive model predictive control
<</matlabcentral/answers/uploaded_files/31062/pic1.png>> In the following link (or above picture) in the controlled system, w...

etwa 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


confused by "predict" fuction!
Here is the link for explaining the difference between k-step ahead prediction and simulation performance of a linear model: ...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


When I run this function, it gives the error "Data 'u_pr' (#427) is inferred as a variable size matrix, while its specified type is something else.". What is the solution for this problem? I will be happy for helps.
function [opt_st, u_pr, y_pr, cv_pr] = fcn( nu, ny, Np) %#codegen coder.extrinsic('mpc_ea'); opt_st = zeros(1); u_pr = zeros(...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort