photo

Tarang

MathWorks

Last seen: 4 giorni fa Attivo dal 2026

Followers: 0   Following: 0

Statistica

Cody

0 Problemi
18 Soluzioni

RANK
N/A
of 301.298

REPUTAZIONE
N/A

CONTRIBUTI
0 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
 of 21.225

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
22.132
of 173.851

CONTRIBUTI
0 Problemi
18 Soluzioni

PUNTEGGIO
243

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Community Group Solver
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


Find max
Find the maximum value of a given vector or matrix.

4 giorni fa

Risolto


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

4 giorni fa

Risolto


Total energy

4 giorni fa

Risolto


Potential energy calculation

4 giorni fa

Risolto


Kinetic energy calculation

4 giorni fa

Risolto


Laws of motion 6

4 giorni fa

Risolto


Laws of motion 5
Calculate the force is u are given mass and acceleration.

4 giorni fa

Risolto


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

4 giorni fa

Risolto


Laws of motion 3

4 giorni fa

Risolto


Laws of motion 2

4 giorni fa

Risolto


Laws of motion 1

4 giorni fa

Risolto


Find out sum of prime number till given number
Find out sum of prime number till given number Example, if number is 10, then answer must be 17.

4 giorni fa

Risolto


Inner product of two vectors
Find the inner product of two vectors.

4 giorni fa

Risolto


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

4 giorni fa

Risolto


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

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

6 giorni fa

Risolto


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Input...

6 giorni fa

Risolto


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

6 giorni fa