residue error message
Show older comments
Hi,
I'm try to use residue function, I get the following error message
[R,P,K] = residue(M.b,M.f); Attempt to reference field of non-structure array. Error in rfdemo (line 171) [R,P,K] = residue(M.b,M.f);
1 Comment
Walter Roberson
on 3 Jun 2012
The error means that M is a known variable but is not a structure.
Accepted Answer
More Answers (0)
Categories
Find more on Matrix Indexing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!