Waseem Sajjad
Followers: 0 Following: 0
Feeds
提问
How to convert fraction form to decimal form?
If I simply write >>1.234 answer is >> ans = 1.234 But if I put >>syms a >>1.234*a it gives me answer >> ans = (24...
5 years 前 | 1 个回答 | 1
1
个回答提问
How to convert polynomial equation into row matrix by a command?
We know that eq=- w^3 + 6*w^2 - 8*w + 1 can be write in matlab as A=[-1 6 -8 1] , But there should be a command that directly c...
5 years 前 | 1 个回答 | 0