Matlab section was irritating: What are mex functions? Where are global and persistent variables stored? Give 2 different ways to access an element in ma trix. What command would you use to get 2 different axes on the same figure? What are cell arrays? Is matlab column specific or row specific? ....
Sigiloso
Two different ways to axes an element in 2nd row and 1st column is A(2,1) and A(4).