1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) 2009 - DIGITEO - Vincent COUVERT
6 * Copyright (C) 2012 - 2016 - Scilab Enterprises
8 * This file is hereby licensed under the terms of the GNU GPL v2.0,
9 * pursuant to article 5.3.4 of the CeCILL v.2.1.
10 * This file was originally licensed under the terms of the CeCILL v2.1,
11 * and continues to be available under such terms.
12 * For more information, see the COPYING file which you should have received
13 * along with this program.
16 <refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink"
17 xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML"
18 xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org"
19 xml:id="m2sci_horzcat">
21 <refname>horzcat (Matlab function)</refname>
22 <refpurpose>Horizontal concatenation</refpurpose>
25 <title>Matlab/Scilab equivalent</title>
26 <informaltable border="1" width="100%">
29 <emphasis role="bold">Matlab</emphasis>
32 <emphasis role="bold">Scilab</emphasis>
49 <programlisting role="example"><![CDATA[
50 m = [1:4 ; 5:8; 9:12]'