Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the hourly wage times 40 and times 50, because annualSalary = hour...
Understanding the ribbon
Which of these is NOT a tab on the ribbon?
1: Unicorns
2: Home
3: App
4: Plots
約11年 前
解決済み
How long does it take to run a bath?
Given the *volume flow rate* (volume/time) of a faucet and the *volume* of a bath tub, find the amount of time it takes to fill ...
Remainder
Make 'y' equal to the remainder of 27 divided by 5.
When x=27 and t=5
約11年 前
解決済み
Rounding
Round 10.67 and make 'y' equal to that number.
約11年 前
解決済み
Multielement indexing of a row array
The row array birthRateChina stores the China birth rate (per 1000 people) for years 2000 to 2012. Write a statement that create...
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年 前
解決済み
Matlab Basics II - Velocity of a particle
A particle is moving in space, such that it's velocity is given by:
<<http://s30.postimg.org/5rf1xtvj5/cody1.png>>
write a...
約11年 前
解決済み
Find the product of a Vector
How would you find the product of the vector [1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 5.5 6.0] times 2?;
x = [1 : 0.5 : 6];
y ...
約11年 前
解決済み
Volume of a box
Given a box with a length a, width b, and height c. Solve the volume of the box.
約11年 前
解決済み
Make a run-length companion vector
Given a vector x, return a vector r that indicates the run length of any value in x. Each element in r shows how many times the ...