Expand description
MATLAB-compatible csvwrite builtin for RunMat.
csvwrite is an older convenience wrapper that persists numeric matrices to
comma-separated text files. Modern MATLAB code typically prefers
writematrix, but many legacy scripts still depend on csvwrite’s terse
API and zero-based offset arguments. This implementation mirrors those
semantics while integrating with RunMat’s builtin framework.