how can I transform the n monomial of a polynomial into n variables?

how can I transform the n monomial of a polynomial into n variables? for example,y=3a+4b+5c;then I want the n monomial stored in n variables,y1=3a;y2=4b;y3=5c; Any help is the most welcome! maxpassion@163.com

2 Comments

What are y,a,b,c? Are they sym variables?
yes,they are symbolic variables!

Sign in to comment.

 Accepted Answer

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!