Community Profile

photo

Jada Woods


Last seen: más de 1 año hace Con actividad desde 2022

Followers: 0   Following: 0

Estadísticas

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Radians to Degrees
Convert radians to degrees.

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Degrees to Radian
Convert degrees to radians

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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.

más de 1 año hace

Resuelto


Area Conversion 2

más de 1 año hace

Resuelto


Mass Conversion 2

más de 1 año hace

Resuelto


Mass Conversion 1

más de 1 año hace

Resuelto


Area Conversion 1

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


Energy Conversion 1

más de 1 año hace

Resuelto


Energy Conversion 2

más de 1 año hace

Resuelto


to the 2 all elements
to the 2 all elements

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Resuelto


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

más de 1 año hace

Cargar más