A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


Area Conversion 1

environ un mois il y a

A résolu


Mass Conversion 2

environ un mois il y a

A résolu


Mass Conversion 1

environ un mois il y a

A résolu


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

environ un mois il y a

A résolu


Temperature Conversion 2

environ un mois il y a

A résolu


Temperature Conversion 1

environ un mois il y a

A résolu


Find Logic 11

environ un mois il y a

A résolu


Find Logic 12

environ un mois il y a

A résolu


Find Logic 13

environ un mois il y a

A résolu


Find Logic 16

environ un mois il y a

A résolu


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

environ un mois il y a

Charger plus