how to determine the partial fraction of this kind of function using matlab?
1 次查看(过去 30 天)
显示 更早的评论
I have tried in this way:
a=[1];
>> b=conv([1 1],[1 -1]);
>> b=conv(b,[1 -1]);
>> [r p c]=residue(a,b)
but the the answer is not satisfying with the book
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!