Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c9d4188d authored by hhakim's avatar hhakim
Browse files

Minor change.

Typo.
parent 1d29dfec
No related branches found
No related tags found
No related merge requests found
......@@ -1367,7 +1367,7 @@ classdef Faust
%> &nbsp;&nbsp;&nbsp; @b CAT(1,F,G) is the same as [F;G].<br/>
%>
%>
%> @param DIM (1st arg.) the dimension along which to concatenate the two Fausts. DIM==1 means vertical concatenation, DIM==0 means horizontal concatenation.
%> @param DIM (1st arg.) the dimension along which to concatenate the two Fausts. DIM==1 means vertical concatenation, DIM==2 means horizontal concatenation.
%> @param F (2nd arg.) the first Faust object.
%> @param G (3rd arg.) the second Faust object to concatenate to F.
%>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment