Initialization commands cannot be evaluated
3 次查看(过去 30 天)
显示 更早的评论
I have designed a compensator in the sisotool using premade G and H blocks in matlab using the tf(num,den) commands. After launching sisotool and designing the controller with the requirements I need, I cannot export it to simulink.
I get the following error:
Error using
Error using
ctrlguis.csdesignerapp.data.architectures.internal.Config1Architecture/drawDiagram_
(line 142)
Error in 'Feedback_Configuration_1_3/Compensator': Initialization commands
cannot be evaluated.
Warning: Error occurred while evaluating listener callback.
The values for C F G H are different, the ones I wrote myself in the command window (G and H) have "1x1 tf" value, while the ones designed in sisotool have the value "1x1 zpk".
What is the issue here?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Characters and Strings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!