Skip to content
Snippets Groups Projects
Verified Commit ebc14b02 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Use MATLAB builtins “height” and “width”

Since R2013b, MATLAB provides builtins “height” (resp. “width”) for computing
the number of rows (resp. columns) of a matrix.

Octave has been providing “rows” and “columns” for the same purpose for the
long time. For MATLAB compatibility, it introduced “height” and “width” in
version 10, so let’s standardize on MATLAB names.
parent 657f8b8e
Loading
Checking pipeline status