Community Profile

photo

Tilkesh


Last seen: 約2ヶ月 前 2015 年からアクティブ

Followers: 0   Following: 0

連絡

Tilkesh Professional Interests: Optics

統計

  • First Review
  • First Answer
  • Thankful Level 1

バッジを表示

Feeds

表示方法

回答済み
how to make fft of rectangular function?
function y = rect(x, D) % function y = rect(x, D) if nargin == 1, D = 1; x = abs(x); y = double(x<D/2); y(x == D/2) = 0.5;...

約2年 前 | 0

回答済み
How do i plot this rect function and unit step function into matlab?
function y = rect(x, D) % function y = rect(x, D) if nargin == 1, D = 1; x = abs(x); y = double(x<D/2); y(x == D/2) = 0.5;...

約2年 前 | 0

質問


How can I find intersection of a cylinder and helical isosurface.
[x3, y3,z3] = meshgrid(linspace(-1, 1),linspace(-1, 1),linspace(0, 4*pi)); f1=x3.^2+y3.^2-1; f2=y3-x3.*tan(z3); [x2, y2] = me...

9年弱 前 | 1 件の回答 | 0

1

回答