change appearance of formula

조회 수: 2 (최근 30일)
Majid kh
Majid kh 2019년 2월 15일
답변: madhan ravi 2019년 2월 15일
Hi, I write a program like below:
syms S;
A=-0.1506+0.0021j;
B=0.0794+0.0020j;
C=-0.0236-0.0114j;
Total=-(A*B)/(S-C)
after execution, result in workspace is:
Total =
(6895531285333183/576460752303423488 + 4960698416301973i/36893488147419103232)/(S + 59/2500 + 57i/5000)
As you know we have expect result become like below:
(0.0120+1.3446e-04i)/( S +0.0236+0.0114i)
How can I change answer like last expression?

채택된 답변

madhan ravi
madhan ravi 2019년 2월 15일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Assumptions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by