You can create a matrix with 3 columns that models an airplane in MATLAB using the following one-liner:
main.m38 chars2 lines
This creates a matrix with 10 rows and 3 columns. The first column represents the position of the airplane along the x-axis, and it is initialized with ones. The second and third columns represents the position along the y and z-axis respectively, and they are initialized with zeros.
gistlibby LogSnag