photo

Santosh Kasula

MathWorks

Last seen: 3 years 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

Manager for Learning Applications Team @ MathWorks.
Professional Interests: MATLAB, Java, Ruby on Rails, JavaScript and other web technologies.

统计学

All
MATLAB Answers

0 个提问
9 个回答

File Exchange

3 文件

Cody

0 个问题
10 个答案

Highlights

4 个亮点

排名
1,968
of 300,057

声誉
34

贡献数
0 个提问
9 个回答

回答接受率
0.00%

收到投票数
5

排名
570 of 20,866

声誉
3,108

平均
4.60

贡献数
3 文件

下载次数
8

ALL TIME 下载次数
30660

排名
122
of 167,162

贡献数
0 个问题
10 个答案

评分
10,531

徽章数量
211

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
4 个亮点

平均赞数
6

  • Personal Best Downloads Level 1
  • 5-Star Galaxy Level 5
  • First Submission
  • Curator
  • Knowledgeable Level 2
  • Revival Level 1
  • First Answer
  • Commenter
  • Solver
  • Promoter

查看徽章

Feeds

已解决


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

3 years 前

已解决


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

6 years 前

已解决


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

6 years 前

已解决


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

6 years 前

已解决


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

6 years 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

10 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

12 years 前

已解决


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:...

12 years 前

已解决


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....

13 years 前