Community Profile

photo

michelle


Actif depuis 2013

Followers: 0   Following: 0

Contact

hi
Professional Interests: matlab

Statistiques

  • Quiz Master
  • Creator
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


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

presque 11 ans il y a

Problème


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

plus de 11 ans il y a | 1 | 98 solveurs

A résolu


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

plus de 11 ans il y a

A résolu


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

plus de 11 ans il y a