Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
horzcat (Matlab function)
Horizontal concatenation
Matlab/Scilab equivalent
Matlab | Scilab |
horzcat |
No equivalent |
Particular cases
Scilab equivalent for Matlab horzcat(A1,A2,...,An) is [A1,A2,...,An] if all Ai are not character strings, else, Scilab equivalent is A1+A2+...+An.
<< home (Matlab function) | H | helpbrowser (Matlab function) >> |