How to implement this particular rect function?

3 次查看(过去 30 天)
Now I know this will sound dumb, but I am failing to understand this implementation
So I have the logic here,
if f(x)=rect(2x) is the question;
x=-lower limit : increment : upper limit;
y=abs(x) <= 1;
y = y * amplitude;
This is the simplest code there is to implement it.
Now, the problem is, I have to implement f(x)=rect(|x|/a)
where|x| = hypot(x1,x2) which is gonna be iterating every for loop.
I am however confused how to implement this in the above example.
Please help.
Thanks, Rohan

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by