已解决


Find Logic 7

3 years 前

已解决


Find Logic 1

3 years 前

已解决


Find Logic 4

3 years 前

已解决


Find Logic 3

3 years 前

已解决


Energy Conversion 2

3 years 前

已解决


Energy Conversion 1

3 years 前

已解决


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

3 years 前

已解决


Area Conversion 2

3 years 前

已解决


Area Conversion 1

3 years 前

已解决


Mass Conversion 2

3 years 前

已解决


Mass Conversion 1

3 years 前

已解决


Temperature Conversion 3

3 years 前

已解决


Temperature Conversion 2

3 years 前

已解决


Temperature Conversion 1

3 years 前

已解决


Total energy

3 years 前

已解决


Potential energy calculation

3 years 前

已解决


Kinetic energy calculation

3 years 前

已解决


Laws of motion 1

3 years 前

已解决


Laws of motion 2

3 years 前

已解决


Laws of motion 3

3 years 前

已解决


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

3 years 前

已解决


Laws of motion 5

3 years 前

已解决


Laws of motion 6

3 years 前

已解决


Determine if the inputs are divisible by both 3 and 5.
Given a integer x: return true if it is divisible by both 3 and 5, return false if it is not divisible by either 3 or 5.

3 years 前

已解决


Return the first and last characters of a character array
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

3 years 前

已解决


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

3 years 前

已解决


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

3 years 前

已解决


Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...

3 years 前

已解决


Roll the Dice!
*Description* Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. *Example* [x1,x2] =...

3 years 前

已解决


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

3 years 前

加载更多