photo

Santosh Kasula

MathWorks

Last seen: más de 3 años hace Con actividad desde 2012

Followers: 0   Following: 0

Mensaje

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

Estadística

All
MATLAB Answers

0 Preguntas
9 Respuestas

File Exchange

3 Archivos

Cody

0 Problemas
10 Soluciones

Highlights

4 Temas destacados

CLASIFICACIÓN
1.972
of 300.369

REPUTACIÓN
34

CONTRIBUCIONES
0 Preguntas
9 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
5

CLASIFICACIÓN
570 of 20.936

REPUTACIÓN
3.108

EVALUACIÓN MEDIA
4.60

CONTRIBUCIONES
3 Archivos

DESCARGAS
7

ALL TIME DESCARGAS
30665

CLASIFICACIÓN
123
of 168.436

CONTRIBUCIONES
0 Problemas
10 Soluciones

PUNTUACIÓN
10.581

NÚMERO DE INSIGNIAS
212

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
4 Temas destacados

MEDIA DE ME GUSTA
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

Ver insignias

Feeds

Resuelto


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.

más de 3 años hace

Resuelto


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

alrededor de 6 años hace

Resuelto


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

alrededor de 6 años hace

Resuelto


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

alrededor de 6 años hace

Resuelto


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.

casi 7 años hace

Resuelto


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

alrededor de 10 años hace

Resuelto


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

alrededor de 12 años hace

Resuelto


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

más de 12 años hace

Resuelto


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

casi 13 años hace

Resuelto


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

más de 13 años hace