Gelöst


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

etwa ein Monat vor

Gelöst


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

etwa ein Monat vor

Gelöst


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

etwa ein Monat vor

Gelöst


Simple equation: Annual salary
Given an hourly wage, compute an annual salary

etwa ein Monat vor

Gelöst


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

etwa ein Monat vor

Gelöst


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

etwa ein Monat vor

Gelöst


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

etwa ein Monat vor

Gelöst


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

etwa ein Monat vor

Gelöst


Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.

etwa ein Monat vor

Gelöst


Create a vector
Create a vector from 0 to n by intervals of 2.

etwa ein Monat vor

Gelöst


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

etwa ein Monat vor

Gelöst


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

etwa ein Monat vor

Gelöst


Is my wife right?
Regardless of input, output the string 'yes'.

etwa ein Monat vor

Gelöst


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

etwa ein Monat vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

etwa ein Monat vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

etwa ein Monat vor

Gelöst


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

etwa ein Monat vor

Gelöst


Return area of square
Side of square=input=a Area=output=b

etwa ein Monat vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

etwa ein Monat vor

Gelöst


Area Conversion 1

etwa ein Monat vor

Gelöst


Mass Conversion 2

etwa ein Monat vor

Gelöst


Mass Conversion 1

etwa ein Monat vor

Gelöst


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

etwa ein Monat vor

Gelöst


Temperature Conversion 2

etwa ein Monat vor

Gelöst


Temperature Conversion 1

etwa ein Monat vor

Gelöst


Find Logic 11

etwa ein Monat vor

Gelöst


Find Logic 12

etwa ein Monat vor

Gelöst


Find Logic 13

etwa ein Monat vor

Gelöst


Find Logic 16

etwa ein Monat vor

Gelöst


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

etwa ein Monat vor

Mehr laden