Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

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 visualizzazione (ultimi 30 giorni)
function qm= fcn(Jhv, km, b, c)
syms b c
qm=Jhv+km*(diff(b,c));
end

Risposte (0)

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by