フィルターのクリア

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 日間)
Mujeeb Iqbal
Mujeeb Iqbal 2016 年 10 月 14 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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