Gelöst


Add 14 to x
Add 14 to x

mehr als 3 Jahre vor

Gelöst


Add 12 to x
Add 12 to x

mehr als 3 Jahre vor

Gelöst


Add 10 to x
Add 10 to X

mehr als 3 Jahre vor

Gelöst


Add 8 to x
Add 8 to x

mehr als 3 Jahre vor

Gelöst


Adding 7 to x
Add 7 to x

mehr als 3 Jahre vor

Gelöst


Add 6 to x
Add 6 to x

mehr als 3 Jahre vor

Gelöst


Add 5 to x
Add 5 to x

mehr als 3 Jahre vor

Gelöst


Add 4 to X
Add 4 to x

mehr als 3 Jahre vor

Gelöst


Add 3 to X
Add three to x

mehr als 3 Jahre 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...

mehr als 3 Jahre vor

Gelöst


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<https://i.imgur.com/jlZDHhq.png>> Image courtesy of <http://up...

mehr als 3 Jahre vor

Gelöst


square root
Find the square root (y) of an input (x).

mehr als 3 Jahre vor

Gelöst


Square a Number
Given an input x, return y, which is equal to the square of x.

mehr als 3 Jahre vor

Gelöst


Find the distance traveled by a car given velocity and time.
A car is traveling at a constant velocity for a specific amount of time. The function should use the two inputs, velocity and ti...

mehr als 3 Jahre vor

Gelöst


The great 82-year-old
Let's answer the question below; 'I am *x* years old and I have never written programs. If I study from now, will I be able ...

mehr als 3 Jahre 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...

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre 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...

mehr als 3 Jahre vor

Gelöst


Add 2 to X
Add 2 to X

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre vor

Gelöst


Mass Conversion 1

mehr als 3 Jahre 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...

mehr als 3 Jahre vor

Gelöst


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

mehr als 3 Jahre vor

Gelöst


Adding two numbers
Add 1 to x

mehr als 3 Jahre vor

Gelöst


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

mehr als 3 Jahre vor

Gelöst


Potential energy calculation

mehr als 3 Jahre vor

Gelöst


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

mehr als 3 Jahre vor

Gelöst


Rounding off numbers to n decimals
Inspired by a mistake in one of the problems I created, I created this problem where you have to round off a floating point numb...

mehr als 3 Jahre vor

Gelöst


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

mehr als 3 Jahre 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

mehr als 3 Jahre vor

Mehr laden