inner matrix must agree using *
Show older comments
when attempting to execute this code I get the following error, can anyone tell me why and how to resolve it, thanks
A= poly(1j*wc*exp((1j*pi)/((2*k)*(2*k-1))))
Error using * Inner matrix dimensions must agree.
Error in Lab_03 (line 29) A= poly(1j.*wc.*exp((1j.*pi)./((2.*k)*(2.*k-1))))
Accepted Answer
More Answers (1)
Eng. Fredius Magige
on 23 Oct 2015
0 votes
Hi, it might be
A= poly(1j.*wc.*exp((1j.*pi)./((2.*k)*(2.*k-1))))
1 Comment
Nicholas Jacobs
on 23 Oct 2015
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!