inner matrix must agree using *
Ältere Kommentare anzeigen
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))))
Akzeptierte Antwort
Weitere Antworten (1)
Eng. Fredius Magige
am 23 Okt. 2015
0 Stimmen
Hi, it might be
A= poly(1j.*wc.*exp((1j.*pi)./((2.*k)*(2.*k-1))))
1 Kommentar
Nicholas Jacobs
am 23 Okt. 2015
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!