photo

siddharth


自 2015 起处于活动状态

Followers: 0   Following: 0

消息

统计学

Feeds

排序方式:

提问


MATLAB Function Interface Error: MATLAB expression 'Controlle' is not numeric. Block Controller/MATLAB Function1 (#22) While executing: none
I am implementing H2/LQG controller to get the optimum force in simulink

10 years 前 | 0 个回答 | 0

0

个回答

提问


I am implementing a H2/LQG controller to get the optimum force. In simulink I am using Matlab function block. The error in this block I am getting is
function y = fcn(u1,u2) coder.extrinsic('Controlle'); y=0; y=Controlle(u1,u2) end The code for controlle is as given belo...

10 years 前 | 1 个回答 | 0

1

个回答