Info

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

Solving the equation in Simulink

3 visualizaciones (últimos 30 días)
Bilal Mustafa
Bilal Mustafa el 25 de Feb. de 2018
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
I need to solve an equation in Simulink. I've created an Embedded MATLAB Block and tried using 'solve' command this way but its not working.
function sol = Solvesys(a,b,c)
syms a b c ; eqn = ((a*b)/(2)) == (c (2)* z) + (c (1) * sqrt(8-z^2)); sol = solve (eqn,z);
I want to solve it for z where a,b and c are my inputs from other simulink blocks. Can anybody guide pl?

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