leotim
Full Member level 3
matlab pretty
hi all
i have a MATLAB code:
y = (1/(s*C))/(1+1/(s*C));
pretty
it returns:
1
--------------------------------------
/ 1 \
s codegen:-C |1 + ----------------|
\ s codegen:-C /
instead of:
1
-------------------
/ 1 \
s C |1 + ------|
\ s C /
Who knows why and how solve this problem?[/img]
hi all
i have a MATLAB code:
y = (1/(s*C))/(1+1/(s*C));
pretty
it returns:
1
--------------------------------------
/ 1 \
s codegen:-C |1 + ----------------|
\ s codegen:-C /
instead of:
1
-------------------
/ 1 \
s C |1 + ------|
\ s C /
Who knows why and how solve this problem?[/img]