Community Profile

photo

Jada Woods


Last seen: 1年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Community Group Solver
  • Introduction to MATLAB Master
  • Solver

バッジを表示

Feeds

表示方法

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


Radians to Degrees
Convert radians to degrees.

1年以上 前

解決済み


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

1年以上 前

解決済み


Degrees to Radian
Convert degrees to radians

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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.

1年以上 前

解決済み


Area Conversion 2

1年以上 前

解決済み


Mass Conversion 2

1年以上 前

解決済み


Mass Conversion 1

1年以上 前

解決済み


Area Conversion 1

1年以上 前

解決済み


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

1年以上 前

解決済み


Energy Conversion 1

1年以上 前

解決済み


Energy Conversion 2

1年以上 前

解決済み


to the 2 all elements
to the 2 all elements

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

解決済み


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

1年以上 前

さらに読み込む