Community Profile

photo

michelle


Con actividad desde 2013

Followers: 0   Following: 0

Contacto

hi
Professional Interests: matlab

Estadísticas

  • Quiz Master
  • Creator
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


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

casi 11 años hace

Problema


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

más de 11 años hace | 1 | 98 solvers

Resuelto


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

más de 11 años hace

Resuelto


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

más de 11 años hace