Community Profile

photo

michelle


Active since 2013

Followers: 0   Following: 0

Message

hi
Professional Interests: matlab

Statistics

  • Quiz Master
  • Creator
  • Solver

View badges

Feeds

View by

Solved


Insert zeros into vector
Insert zeros after each elements in the vector. Number of zeros is specified as the input parameter. For example: x = [1 ...

bijna 11 jaar ago

Problem


Polynomial division
Divide a polynomial u by polynomial v and return the quotients only. Example: u = x^4+3*x^3+5*x+3 v = x^2+1 Answer: ...

meer dan 11 jaar ago | 1 | 98 solvers

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

meer dan 11 jaar 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:...

meer dan 11 jaar ago