i have a problem in my program this is code load sys-mbc-22.mat double A ; double B ; double C ; double D ; double Z ; char r ; Z = zeros([30 1]) r = DescStates A = MBC_AvgA B = B2 C = C2 D = D2 %model = 'linopenloopsyss';
Mostra commenti meno recenti
i have a problem in my program this is code
load sys-mbc-22.mat
double A ;
double B ;
double C ;
double D ;
double Z ;
char r ;
Z = zeros([30 1])
r = DescStates
A = MBC_AvgA
B = B2
C = C2
D = D2
TMax = 100;
sim('linOpenLoopsyss',[0,TMax]);
when execute it gives
Error using matrices (line 25)
Invalid setting in 'linopenloopsyss/State-Space' for parameter 'X0'.
this image of simulink block parameter
what i can do ???
Risposta accettata
Più risposte (1)
DJIBRINE Abakar
il 16 Lug 2018
Modificato: Walter Roberson
il 17 Lug 2018
0 voti
Hi
Sir
please to answer this question
A valid state attribute should be either a character vector, a cell array or a valid MATLAB structure
3 Commenti
Walter Roberson
il 17 Lug 2018
We need more context for this. Which toolbox are you using? What have you configured for that block?
Drishya Dinesh
il 19 Apr 2021
used Tf block
Walter Roberson
il 19 Apr 2021
Modificato: Walter Roberson
il 19 Apr 2021
you need to pass in a quoted string for the state name, such as 'position' including the '' characters
Categorie
Scopri di più su String in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!