Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Solving the equation in Simulink

조회 수: 3 (최근 30일)
Bilal Mustafa
Bilal Mustafa 2018년 2월 25일
마감: MATLAB Answer Bot 2021년 8월 20일
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?

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by