Stuart’s MATLAB Videos

Watch and Learn

Simple example of storing data as a matrix or structure

When we design a program, the way we store our data will have an effect on how our code looks as we manipulate that data later. In this video we had the choice to store the coordinates of a robot and obstacles either as a matrix or as a structure with two vectors. This choice will change how we access that data later. In a trivial program like this one, the choice does not have much implication. However the bigger and more involved the programs become, the more these choices will matter.
|
  • print

评论

要发表评论,请点击 此处 登录到您的 MathWorks 帐户或创建一个新帐户。