To get the size of a matrix specifically along the second dimension in MATLAB, you can use the following syntax:
main.m30 chars2 lines
This will return the size of the matrix along the second dimension and store it in the variable matrixSize
.
gistlibby LogSnag