필터 지우기
필터 지우기

How can i define symbolic term when using sysic?

조회 수: 2 (최근 30일)
yashvin
yashvin 2014년 10월 12일
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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by