Mentions légales du service

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

Minor change.

Define the doc for matfaust.Faust.reshape() to avoid default display of matlab built-in's doc in matlab inline doc.
parent 8f08db70
Branches
Tags
No related merge requests found
......@@ -1517,8 +1517,12 @@ classdef Faust
VC = cat(1, F, A);
end
%======================================================================
%> Function not implemented in the Faust class.
%>
%======================================================================
function RF = reshape(varargin)
error('Function not implemented for Faust class');
error('Function not implemented in the Faust class.');
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment