You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec/MATL_spec.tex
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1399,6 +1399,8 @@ \subsection{MATL functions}
1399
1399
\item
1400
1400
\matlab+char+ implicitly rounds down in MATLAB, and rounds to closest in Octave. This difference has been addressed by enforcing MATLAB's behaviour.
1401
1401
Octave's \matlab+mode+ doesn't handle char input. This has been fixed.
1402
+
\item
1403
+
Octave treats ranges specially to save memory\footnote{\url{https://www.gnu.org/software/octave/doc/v4.2.0/Ranges.html}}. When applying function \matlab+nnz+ to a range an error occurs. This has been fixed.
1402
1404
\end{itemize}
1403
1405
1404
1406
@@ -1520,6 +1522,9 @@ \section{Acknowledgments}
1520
1522
and for finding a bug in the parser, which incorrectly identified \matl{]} or \matl{\}} within strings as closing symbols for array literals.
0 commit comments