Statistics
7 Questions
0 Answers
RANK
34 704
of 295 673
REPUTATION
1
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
28.57%
VOTES RECEIVED
1
RANK
of 20 262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
mer än 9 år ago | 0 answers | 1
0
answersQuestion
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...
mer än 9 år ago | 1 answer | 0
1
answerQuestion
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.
mer än 9 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 9 år ago | 0 answers | 0
0
answersQuestion
adaptive model predictive control
<</matlabcentral/answers/uploaded_files/31062/pic1.png>> In the following link (or above picture) in the controlled system, w...
mer än 9 år ago | 1 answer | 0
1
answerQuestion
confused by "predict" fuction!
Here is the link for explaining the difference between k-step ahead prediction and simulation performance of a linear model: ...
ungefär 10 år ago | 0 answers | 0
0
answersQuestion
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(...
mer än 10 år ago | 1 answer | 0