Solved


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

8 months ago

Solved


free points
function y = your_fcn_name(x) y = x(1)+x(2); end

8 months ago

Solved


Calculate y=2
Find the value of x so that y=2

11 months ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

11 months ago