Community Profile

photo

Rohit

MathWorks

Last seen: plus d'un an il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • Community Group Solver
  • Commenter
  • Promoter
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise

presque 2 ans il y a

A résolu


Power Numbers
Find the n-th power of m.

presque 2 ans il y a

A résolu


Sort in descending order.

presque 2 ans il y a

A résolu


how tall are you?
you can find the length wit this code.

presque 2 ans il y a

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]

presque 2 ans 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...

presque 2 ans il y a

A résolu


Sum the corners of a square matrix
Write a function that sums the corners of a square matrix.

presque 2 ans 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...

presque 2 ans il y a

A résolu


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

presque 2 ans 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.

presque 2 ans 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 ...

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


Laws of motion 6

presque 2 ans il y a

A résolu


Laws of motion 5

presque 2 ans il y a

A résolu


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

presque 2 ans il y a

A résolu


Laws of motion 3

presque 2 ans il y a

A résolu


Laws of motion 2

presque 2 ans il y a

A résolu


Laws of motion 1

presque 2 ans il y a

A résolu


Kinetic energy calculation

presque 2 ans il y a

A résolu


Potential energy calculation

presque 2 ans il y a

A résolu


Total energy

presque 2 ans 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:...

presque 2 ans il y a