Symbolic equations changing when using negative powers

I am trying to do symbolic calculation to develop a transfer function however i keep on finding that when I do these operations matlab rounds the makes the fraction change to very large whole numbers
A = 0.0273;
S = sym('S'l,'real');
frac = 4.23/(A*S)
I am trying to get 4/(0.0273S) however when matlab run the code its output is 42500/(273*S). I understnd that this is an equivilant fraction but for the purpose of making the transfer function this causes some issues.
Thank you in advance for the help

3 Commenti

What issues does that cause?
I am wanting the output to be as as the fraction is written instead of being changed into the whole number form. I am sorry i am not really sure how to explain it. When developing the transfer function this will greatly effect the size of the poles and zeros and effecting the output.
It should have no effect whatsoever on the location of the poles and zeros (if that's what "size" means), only on how coefficients of the numerator and denominator are displayed. Are you only concerned about the display? Is there a simple example that illustrates the issue?

Accedi per commentare.

Risposte (0)

Categorie

Prodotti

Release

R2021a

Tag

Richiesto:

il 1 Nov 2021

Commentato:

il 1 Nov 2021

Community Treasure Hunt

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

Start Hunting!

Translated by