Skip to content

Commit

Permalink
Closes #2273
Browse files Browse the repository at this point in the history
As decided specify that "cat" takes an integer parameter expression as first argument.
  • Loading branch information
HansOlsson committed May 11, 2019
1 parent 77d7219 commit 021bcd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chapters/arrays.tex
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,7 @@ \subsection{Array Concatenation}\doublelabel{array-concatenation}
transformed to Real numbers.
\item
k has to characterize an existing dimension, i.e., 1 \textless{}= k
\textless{}= ndims(A) = ndims(B) = ndims(C); k shall be an integer
number.
\textless{}= ndims(A) = ndims(B) = ndims(C); k shall be a parameter expression of integer type.
\item
Size matching: Arrays A, B, C, ... must have identical array sizes
with the exception of the size of dimension k, i.e., size(A,j) =
Expand Down

0 comments on commit 021bcd6

Please sign in to comment.