photo

Tilkesh


Last seen: 5개월 전 2015년부터 활동

Followers: 0   Following: 0

메시지

Tilkesh Professional Interests: Optics

통계

MATLAB Answers

1 질문
2 답변

순위
111,774
of 300,338

평판
0

참여
1 질문
2 답변

답변 채택
100.0%

획득한 표
0

순위
 of 20,922

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,149

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 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;...

3년 초과 전 | 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;...

3년 초과 전 | 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...

10년 초과 전 | 답변 수: 1 | 0

1

답변