Skip to content

RowsColumns

Here are two very simple functions that are “leftovers” from when I used octave. In octave there were calls for getting the number of rows and columns from a matrix. In Matlab this doesn’t seem to exist so here are my own versions: Rows:
rows.m Columns:
columns.m