Gelöst


Laws of motion 3

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


Laws of motion 5
Calculate the force is u are given mass and acceleration.

11 Monate vor

Gelöst


Laws of motion 6

11 Monate vor

Gelöst


Matlab Basics II - Unit Conversion
Write a function that converts Kg to lbs, returns the answer to the nearest 1/100th of a pound

11 Monate vor

Gelöst


Temperature Conversion 2

11 Monate vor

Gelöst


Unit conversion
Convert x degree Celsius to y degree Fahrenheit.

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


Ounces to Kilograms
convert ounces to kilograms, easy

11 Monate vor

Gelöst


Temperature conversion
Convert temperature in degrees Celsius (C) to temperature in degrees Kelvin (K). Assume your answer is rounded to the nearest Ke...

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


Degrees to Radian
Convert degrees to radians

11 Monate vor

Gelöst


Convert a given Character to its decimal equivalent value
Convert a given character to its decimal equivalent value according to the ascii table. if x = '!'; y = 33; if x = 'u'; ...

11 Monate vor

Gelöst


kmph to mph converter
Convert the speed in miles/hour to km/hour.

11 Monate vor

Gelöst


speed limit alert

11 Monate vor

Gelöst


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

11 Monate vor

Gelöst


convert between ascii and characters
I have seen multiple problems like this but none of them have a robust test suite associated with them. The first input C is ...

11 Monate vor

Gelöst


Energy-Mass Equivalence
Given input enegy of the object, E, and constant c = 300,000,000, find the mass of the object.

11 Monate vor

Gelöst


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

11 Monate vor

Gelöst


Temperature Conversion 1

11 Monate vor

Gelöst


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.

11 Monate vor

Gelöst


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.

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


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

11 Monate vor

Gelöst


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to find the logical indices o...

11 Monate vor

Gelöst


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

11 Monate vor

Mehr laden