简体   繁体   中英

Separate and neat display of Equation in MATLAB

I have a simple equation for Delta as shown below:

三角洲

Can MATLAB return the parametric form of Delta as below?

三角洲分开的形式

For symbolic expressions, you can use the collect function.

>> collect(delta,[s1,s2,s3])

ans =

s1/k + s2/k + (-1/k)*s3

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM