Recent content by dtrent258

  1. D

    Please help with script in matlab (avoiding objects in a matrix)

    I think I see what you're saying. So I should replace the inner if statement with an elseif statement?.
  2. D

    Please help with script in matlab (avoiding objects in a matrix)

    I think that I've made it easier to read, I hope that this helps some.
  3. D

    Please help with script in matlab (avoiding objects in a matrix)

    Alright thanks, I'll try and edit it so it's easier to read. I should probably mention that this is my first MATLAB class I've taken, so I'll most likely make a lot of mistakes, but I'm trying my best to keep up with it. thanks again.
  4. D

    Please help with script in matlab (avoiding objects in a matrix)

    [b]1. The problem statement. Create a function in MATLAB for a simulation of a automated robot vacuum to avoid obstacles while cleaning an undisclosed floor plan. the floor plan which will be in the form of a matrix not known beforehand. The robot (represented by a value of 1) can move...
Back
Top