解決済み


Rotate a Matrix by 90 degrees
Rotate a Matrix by 90 degrees Example: If the input is: X = 1 2 3 4 5 6 7 8 9 ...

3年弱 前

解決済み


Find the volume of cone
Find the volume of cone, when given radius(r) and height(h).

3年弱 前

解決済み


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

3年弱 前

解決済み


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

3年弱 前

解決済み


surface of a spherical planet
you just discovered its circumference, that is the input.

3年弱 前

解決済み


Celsius to Kelvin
Convert Celsius degrees to Kelvin temperature.

3年弱 前

解決済み


Temperature Conversion 2

3年弱 前

解決済み


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

3年弱 前

解決済み


Change string to number
Change given string to number. (hint: there is already function) Changing from ['1234'] to [1234] is one of example

3年弱 前

解決済み


Convert Fahrenheit to Celsius
Calculate the Celsius temperature C given the Fahrenheit temperature F. Examples: Input F = 90 Output C is 32.22 I...

3年弱 前

解決済み


Matlab Basics - Convert a row vector to a column vector
Write a script to convert a row (e.g. x = [1 2 3]) to a column (e.g. y = [1;2;3]), your script should be able to do this for any...

3年弱 前

解決済み


Min of a Matrix
Return the minimum value in the given matrix.

3年弱 前

解決済み


Converts numbers into characters
Converts numbers into characters

3年弱 前

解決済み


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

3年弱 前

解決済み


Make a Plot with Functions
Make a plot and test

3年弱 前

解決済み


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

3年弱 前

解決済み


Temperature Conversion 1

3年弱 前

解決済み


Equal to their cube
Tell me three real numbers that are equal to their cubes?

3年弱 前

解決済み


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

3年弱 前

解決済み


Kinetic energy calculation

3年弱 前

解決済み


Laws of motion 5

3年弱 前

解決済み


Laws of motion 6

3年弱 前

解決済み


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

3年弱 前

解決済み


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

3年弱 前

解決済み


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

3年弱 前

解決済み


find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y

3年弱 前

解決済み


Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.

3年弱 前

解決済み


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

3年弱 前

解決済み


Determine the square root
Determine the square root of the value the user has entered, n.

3年弱 前

解決済み


Create tangent function out of sin and cos
Please don't use tan(x) directly

3年弱 前

さらに読み込む