Info

此问题已关闭。 请重新打开它进行编辑或回答。

I have to model an equation in Simulink qm=JHv+km(dT/dx) . I have model it in this in Simulink: Matlab function as given below ,but few errors have occurred. How can I model this?

1 次查看(过去 30 天)
function qm= fcn(Jhv, km, b, c)
syms b c
qm=Jhv+km*(diff(b,c));
end

回答(0 个)

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by