Santosh Kasula - MATLAB Central
photo

Santosh Kasula

MathWorks

Last seen: quasi 3 anni fa Attivo dal 2012

Followers: 0   Following: 0

Messaggio

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

Statistica

All
CodyMATLAB AnswersHighlightsFile ExchangeFrom 05/12 to 03/25Use left and right arrows to move selectionFrom 05/12Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Domande
9 Risposte

File Exchange

3 File

Cody

0 Problemi
10 Soluzioni

Highlights

4 Punti principali

RANK
1.943
of 297.870

REPUTAZIONE
34

CONTRIBUTI
0 Domande
9 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
5

RANK
565 of 20.500

REPUTAZIONE
3.107

VALUTAZIONE MEDIA
4.60

CONTRIBUTI
3 File

DOWNLOAD
8

ALL TIME DOWNLOAD
30654

RANK
123
of 159.704

CONTRIBUTI
0 Problemi
10 Soluzioni

PUNTEGGIO
10.281

NUMERO DI BADGE
206

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
4 Punti principali

NUMERO MEDIO DI LIKE
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

Visualizza badge

Feeds

Risolto


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.

quasi 3 anni fa

Risolto


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

oltre 5 anni fa

Risolto


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

oltre 5 anni fa

Risolto


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

oltre 5 anni fa

Risolto


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.

circa 6 anni fa

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 11 anni fa

Risolto


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

circa 12 anni fa

Risolto


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

circa 12 anni fa

Risolto


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

quasi 13 anni fa