photo

Shayna


Last seen: Today Actif depuis 2026

Followers: 0   Following: 0

Statistiques

Cody

0 Problèmes
21 Solutions

RANG
N/A
of 301 886

RÉPUTATION
N/A

CONTRIBUTIONS
0 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
0

RANG
 of 21 445

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
23 621
of 177 149

CONTRIBUTIONS
0 Problèmes
21 Solutions

SCORE
232

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Community Group Solver
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

environ 8 heures il y a

A résolu


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

environ 8 heures il y a

A résolu


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

environ 8 heures il y a

A résolu


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displayed ...

environ 8 heures il y a

A résolu


Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2 3 3 3 4...

environ 9 heures il y a

A résolu


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

10 jours il y a

A résolu


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

10 jours il y a

A résolu


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

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

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

10 jours il y a

A résolu


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

10 jours il y a

A résolu


Basic Physics X
Calculate the Kinetic Energy (KE) by Weight (w), Distanec (d), and Time (t) without Mass (m) or Speed (v).

17 jours il y a

A résolu


Basic Physics IX
Calculate the Kinetic Energy (KE) by Weight (w) instead of Mass (m).

17 jours il y a

A résolu


Basic Physics VIII
Calculate the Mechanical Energy (ME) when the point is B.

17 jours il y a

A résolu


Basic Physics VII
Calculate the speed.

17 jours il y a

A résolu


Basic Physics VI
Fing the Kinetic Energy (KE) by Distance (d) and Time (t) instead of Speed (v).

17 jours il y a

A résolu


Basic Physics V
Calculate the Weight (w).

17 jours il y a

A résolu


Basic Physics IV
Calculate the Work.

17 jours il y a

A résolu


Basic Physics III
Calculate the Potential Energy (PE).

17 jours il y a

A résolu


Basic Physics II
Get the Kinetic Energy (KE).

17 jours il y a

A résolu


Basic Physics I
Calculate the energy by the famous formula of Albert Einstein.

17 jours il y a