Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

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

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by