Matlab Basics II - Free Fall
An object freely falling from rest under gravity covers a distance x given by:
x = 1/2 gt^2
write a function that calculat...
11 years 前
已解决
Box!
Given a box, find the volume of the cube. With each side = a.
Divide by 4
Given the variable x as your input, divide it by four and put the result in y.
11 years 前
已解决
times 5
Given the variable x as your input, multiply it by five and put the result in y.
11 years 前
已解决
Sum of the Multiplication of Vectors
Given the vectors x and y as input, multiply the vectors and return the summation of its elements.
Example:
x = [1 2 ...