Tilkesh - MATLAB Central
photo

Tilkesh


Last seen: 6 months 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

Tilkesh Professional Interests: Optics

统计学

MATLAB AnswersFrom 07/15 to 04/25Use left and right arrows to move selectionFrom 07/15Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

1 个提问
2 个回答

排名
258,822
of 298,029

声誉
0

贡献数
1 个提问
2 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,523

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,187

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答