Feeds
질문
I am trying to integrate the XSteam mfile in my simulink model through a MATLAB function block, only this error occurs: Variable 'hs' is undefined on some execution paths.
This is what my own function file looks like: function h = fcn(t,p) %#codegen h=XSteam('h_pt',p,t); And this i...
12년 초과 전 | 답변 수: 3 | 0
