photo

sunil anandatheertha


Last seen: 4 years 前 自 2010 起处于活动状态

Followers: 0   Following: 0

消息

Doctoral researcher.

统计学

All
MATLAB Answers

2 个提问
4 个回答

File Exchange

12 文件

Cody

0 个问题
4 个答案

排名
8,305
of 300,081

声誉
5

贡献数
2 个提问
4 个回答

回答接受率
0.0%

收到投票数
1

排名
1,403 of 20,868

声誉
1,348

平均
3.60

贡献数
12 文件

下载次数
20

ALL TIME 下载次数
12777

排名
61,596
of 167,273

贡献数
0 个问题
4 个答案

评分
51

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 4
  • First Review
  • First Submission
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 years 前

已解决


Find the two most distant points
Given a collection of points, return the indices of the rows that contain the two points most distant from one another. The inpu...

5 years 前

已解决


Four digit number ABCD reversal
write a MATLAB function to find the four-digit number ABCD when multiplied by 4 returns DCBA. The function takes an input x=4.

5 years 前

已解决


Squares of odd numbers upto a given range
Find the squares of odd numbers upto a given range. If Given x=6 return y=(1^2,3^2,5^2) y=1,9,25 If Given x=5 retu...

5 years 前