Shane - MATLAB Central
photo

Shane


Last seen: 1 jour il y a Actif depuis 2025

Followers: 0   Following: 0

Statistiques

CodyFrom 01/25 to 03/25Use left and right arrows to move selectionFrom 01/25Use 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%

RANG
43 468
of 158 684

CONTRIBUTIONS
0 Problèmes
7 Solutions

SCORE
83

NOMBRE DE BADGES
1

  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


Return area of square
Side of square=input=a Area=output=b

environ un mois il y a

A résolu


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.

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

Go to top of page