I'm trying to plotting a function but I receive an error and since I'm a newbie I don't know how to fix it.
f=-10:0.001:10;
>> w=1/sqrt(4+(2*pi*f)^2);
??? Error using ==> mpower
Inputs must be a scalar and a square matrix.
To compute elementwise POWER, use POWER (.^) instead.
where is the mistake?