Statistik
0 Probleme
90 Lösungen
RANG
N/A
of 301.955
REPUTATION
N/A
BEITRÄGE
0 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
0
RANG
of 21.472
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gelöst
Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...
mehr als ein Jahr vor
Gelöst
Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.
mehr als ein Jahr vor
Gelöst
find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y
mehr als ein Jahr vor
Gelöst
Tell me the slope
Tell me the slope, given a vector with horizontal run first and vertical rise next. Example input: x = [10 2];
mehr als ein Jahr vor
Gelöst
Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.
mehr als ein Jahr vor
Gelöst
Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.
mehr als ein Jahr vor
Gelöst
multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...
mehr als ein Jahr vor
Gelöst
Laws of motion 5
Calculate the force is u are given mass and acceleration.
mehr als ein Jahr vor
Gelöst
Rotate matrix by -90 degrees
Rotate a Matrix by -90 degrees Example: X = 1 2 3 4 5 6 7 8 9 output = 7 4 ...
mehr als ein Jahr vor
Gelöst
Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle
mehr als ein Jahr vor
Gelöst
Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...
mehr als ein Jahr vor
Gelöst
Area of a Square
Inside a square is a circle with radius r. What is the area of the square?
mehr als ein Jahr vor
Gelöst
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
mehr als ein Jahr 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 ein Jahr vor
Gelöst
Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1
mehr als ein Jahr vor
Gelöst
findPositiveEvenNumbers
Write a MATLAB function findPositiveEvenNumbers that takes an array of integers as input and returns a new array containing only...
mehr als ein Jahr vor
Gelöst
Add two numbers
Calculate the sum of two numbers. Example input = [2 3] output = 5
mehr als ein Jahr vor
Gelöst
Draw the symbol '+'
Draw '+' in an x-by-x matrix (where x is odd and x >3) Example: x = 5 y = [0 0 1 0 0 0 0 1 0 0 1 1 1 1 1 0 ...
mehr als ein Jahr vor
Gelöst
How to calculate log?
There is a log that have base 5. How to calculate? log5(x)?
mehr als ein Jahr vor
Gelöst
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
mehr als ein Jahr vor


