解決済み


radius of a spherical planet
You just measured its surface area, that is the input.

4年弱 前

解決済み


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

4年弱 前

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

4年弱 前

解決済み


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

4年弱 前

解決済み


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

4年弱 前

解決済み


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

4年弱 前

解決済み


Spherical Volume
Calculate the volume of a sphere.

4年弱 前

解決済み


Find Logic 18

4年弱 前

解決済み


Find Logic 15

4年弱 前

解決済み


Find Logic 13

4年弱 前

解決済み


Find Logic 10

4年弱 前

解決済み


Find Logic 3

4年弱 前

解決済み


Find Logic 19

4年弱 前

解決済み


Find Logic 8

4年弱 前

解決済み


Find Logic 6

4年弱 前

解決済み


Find Logic 4

4年弱 前

解決済み


Find the maximum number of decimal places in a set of numbers
Given a vector or matrix of values, calculate the maximum number of decimal places within the input. Trailing zeros do not coun...

4年弱 前

解決済み


Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...

4年弱 前

解決済み


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

4年弱 前

解決済み


Matlab Basics - Rounding II
Write a script to round a variable x to 3 decimal places: e.g. x = 2.3456 --> y = 2.346

4年弱 前

解決済み


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

4年弱 前

解決済み


MATLAB Basic: rounding IV
Do rounding towards plus infinity. Example: -8.8, answer -8 +8.1 answer 9 +8.50 answer 9

4年弱 前

解決済み


MATLAB Basic: rounding III
Do rounding towards minus infinity. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 8

4年弱 前

解決済み


MATLAB Basic: rounding II
Do rounding nearest integer. Example: -8.8, answer -9 +8.1 answer 8 +8.50 answer 9

4年弱 前

解決済み


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

4年弱 前

解決済み


Energy Conversion 2

4年弱 前

解決済み


Energy Conversion 1

4年弱 前

解決済み


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

4年弱 前

解決済み


Area Conversion 2

4年弱 前

解決済み


Area Conversion 1

4年弱 前

さらに読み込む