Community Profile

photo

Jada Woods


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

Followers: 0   Following: 0

Statistiques

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5

plus d'un an il y a

A résolu


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

plus d'un an il y a

A résolu


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

plus d'un an il y a

A résolu


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

plus d'un an il y a

A résolu


Radians to Degrees
Convert radians to degrees.

plus d'un an il y a

A résolu


MPS to MPH
Given the speed in miles per second, find the speed in miles per hour.

plus d'un an il y a

A résolu


Degrees to Radian
Convert degrees to radians

plus d'un an il y a

A résolu


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

plus d'un an il y a

A résolu


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

plus d'un an il y a

A résolu


Volume and area of a sphere
Input(r) - radius Output([v,s]) - volume and area

plus d'un an il y a

A résolu


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

plus d'un an il y a

A résolu


length of a vector
Find twice the length of a given vector.

plus d'un an il y a

A résolu


Vector Multiplication
Vector Multiplication of three matrix as shown in test cases.

plus d'un an il y a

A résolu


Element by element multiplication of two vectors
Given two input vectors, return the element-by-element product. Example A = [1 2 3] B = [7 3 1] The answer should be...

plus d'un an il y a

A résolu


Find out value of sine given by degree.
Find out value of sine given by degree. If theta=30, it's value must be 0.5.

plus d'un an il y a

A résolu


Area Conversion 2

plus d'un an il y a

A résolu


Mass Conversion 2

plus d'un an il y a

A résolu


Mass Conversion 1

plus d'un an il y a

A résolu


Area Conversion 1

plus d'un an il y a

A résolu


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

plus d'un an il y a

A résolu


Energy Conversion 1

plus d'un an il y a

A résolu


Energy Conversion 2

plus d'un an il y a

A résolu


to the 2 all elements
to the 2 all elements

plus d'un an il y a

A résolu


the average value of the elements
Calculate the average value of the elements in the array

plus d'un an il y a

A résolu


Double all elements in the array
Duplicate all elements in the array

plus d'un an il y a

A résolu


calculate the length of matrix
input 1 array, calculate the length

plus d'un an il y a

A résolu


Matlab Basics - Rounding III
Write a script to round a large number to the nearest 10,000 e.g. x = 12,358,466,243 --> y = 12,358,470,000

plus d'un an il y a

A résolu


Check that number is whole number
Check that number is whole number Say x=15, then answer is 1. x=15.2 , then answer is 0. http://en.wikipedia.org/wiki/Whole_numb...

plus d'un an il y a

A résolu


square root
Find the square root (y) of an input (x).

plus d'un an il y a

A résolu


Convert radians to degrees
Given input in radians, output to degrees

plus d'un an il y a

Charger plus