photo

Santosh Kasula

MathWorks

Last seen: 2年以上 前 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,938
of 297,503

評判
34

コントリビューション
0 質問
9 回答

回答採用率
0.00%

獲得投票数
5

ランク
565 of 20,449

評判
3,107

平均評価
4.60

コントリビューション
3 ファイル

ダウンロード
8

ALL TIME ダウンロード
30654

ランク
123
of 159,017

コントリビューション
0 問題
10 解答

スコア
10,231

バッジ数
205

コントリビューション
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年弱 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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

5年以上 前

解決済み


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年 前

解決済み


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

9年以上 前

解決済み


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

11年以上 前

解決済み


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年 前

解決済み


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年 前

解決済み


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年弱 前