Mentions légales du service

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

Minor change.

Typo.
parent e86091f8
No related branches found
No related tags found
No related merge requests found
......@@ -1355,7 +1355,7 @@ classdef Faust
%>
%> The resulting Faust C = cat(DIM,F,G) verifies that:
%> @code
%> full(C) == full(cat(DIM, full(F), full(A)))
%> full(C) == full(cat(DIM, full(F), full(G)))
%> @endcode
%> NOTE: you could have an elementwise non-significant absolute difference between the two members (not more than eps(1.0)).
%>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment