Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

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 visualización (últimos 30 días)
function qm= fcn(Jhv, km, b, c)
syms b c
qm=Jhv+km*(diff(b,c));
end

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by