Expand description
MATLAB-compatible csvread builtin for RunMat.
csvread is largely superseded by readmatrix, but MATLAB users still rely on
its terse API for numeric CSV imports. This implementation mirrors MATLAB’s
zero-based range semantics while integrating with the modern builtin template.