Info

This question is closed. Reopen it to edit or answer.

why mupad replaces E(s) In my expression ?

1 view (last 30 days)
timo
timo on 26 Dec 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
I have the code:
C(s):=E(s)*G(s);
B(s):=C(s)*H(s);
openLoopTransferFunction:=B(s)/E(s)
Why does Mupad gives as output e(s)? Mupad output:
G(s)*exp(1)(s)

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!