Community Profile

photo

Tommes


Con actividad desde 2016

Estadísticas

All
  • First Review
  • Thankful Level 1
  • Solver

Ver insignias

Content Feed

Ver por

Pregunta


Why seems the perspective of a 3D plot distorted?
Hi there, I am working on building a model of a virtual world (animated simulation) in MATLAB. Therefore, I tried to replicat...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Resuelto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

casi 8 años hace

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

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

casi 8 años hace