Azzera filtri
Azzera filtri

How can i define symbolic term when using sysic?

1 visualizzazione (ultimi 30 giorni)
yashvin
yashvin il 12 Ott 2014
Hi everyone,
I want to use symbolic term when using sysic in MATLAB. Please find below the small code.
syms dddelta % define dddelta as a symbolic variable instead of a constant
systemnames = [' dddelta '];
inputvar = '[ control ]';
outputvar = '[ dddelta ]';
input_to_dddelta = '[ control ]';
sysoutname = 'Actuator';
cleanupsysic = 'yes';
sysic
It does not work when I assign dddelta as syms. Any idea on how can i overcome the problem?
Thanks
Yashvin

Risposte (0)

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by