Statistik
7 Fragen
0 Antworten
RANG
34.704
of 295.467
REPUTATION
1
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
28.57%
ERHALTENE STIMMEN
1
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
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...
mehr als 9 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
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...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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.
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
adaptive model predictive control
<</matlabcentral/answers/uploaded_files/31062/pic1.png>> In the following link (or above picture) in the controlled system, w...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
confused by "predict" fuction!
Here is the link for explaining the difference between k-step ahead prediction and simulation performance of a linear model: ...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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(...
mehr als 10 Jahre vor | 1 Antwort | 0