Scilab 6.0.1
- Справка Scilab
- Matlab to Scilab Conversion Tips
- Matlab-Scilab equivalents
- H
- hankel (Matlab function)
- help (Matlab function)
- helpbrowser (Matlab function)
- helpdesk (Matlab function)
- helpwin (Matlab function)
- hess (Matlab function)
- hold (Matlab function)
- home (Matlab function)
- horzcat (Matlab function)
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.
Report an issue | ||
<< home (Matlab function) | H | I >> |