Community Profile

photo

Mike

MathWorks

Last seen: 9 months ago Active since 2022

Statistics

  • Solver

View badges

Content Feed

View by

Solved


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...

1 year ago

Solved


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

1 year ago

Solved


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

1 year ago