plotting the magnitude of a complex fraction
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Maxime Michel
il 14 Mar 2019
Modificato: madhan ravi
il 14 Mar 2019
I have a function
H = 1/(1 - 0.5i * exp(-i*2*pi*f)); % In Matlab, f would be defined as: f = 0:0.1:2*pi;
I need to be able to plot the magnitude of H(f) but Matlab won't allow me to define H saying:
%Error using /, Matrix dimensions must agree
What am I doing wrong ?
0 Commenti
Risposta accettata
madhan ravi
il 14 Mar 2019
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!