How can I solve a Heaviside function in MATLAB R2017b ?

3 vues (au cours des 30 derniers jours)
mohammed lubbad
mohammed lubbad le 7 Oct 2018
Commenté : Walter Roberson le 11 Oct 2018
i found a problem in heaviside(t-10) but when be in heaviside(10) it solve it !!
[ysm,xsm]=lsim(Asm,Gsm,H,zeros(k,r),5*u*heaviside(t-10),t,x0);
[yopt,xopt]=lsim(A-B*Kopt,G,H,zeros(k,r),5*u*heaviside(t-10),t,x0);
but I always get an error sound like
error using * Inner matrix dimensions must agree. I was trying to rewrite an expression like this:

Réponse acceptée

Walter Roberson
Walter Roberson le 7 Oct 2018
5.*u.*heaviside(t-10)
  3 commentaires
mohammed lubbad
mohammed lubbad le 8 Oct 2018
walter
do you have coder about sliding mode
Walter Roberson
Walter Roberson le 11 Oct 2018
I do not have any code about sliding mode, sorry.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB Coder dans Help Center et File Exchange

Produits


Version

R2017b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by