Mentions légales du service

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

Minor change.

Update matlab doc for subsasgn().
parent 1ea25ea1
No related branches found
No related tags found
No related merge requests found
......@@ -577,14 +577,13 @@ classdef Faust
function F = subsasgn(F,S,B)
%% SUBSASGN (WARNING not implemented) (overloaded Matlab built-in function)
%
% This function is no available for Faust class,
% this function just throw an error
% This function is not available for Faust class, because a Faust is immutable.
% This function just throws an error.
%
% F(i,j)=1, F(2:5,3:5)=zeros(4,3) will throw
% a Matlab error with this message :
% 'function not implemented for Faust class'
error('function not implemented for Faust class');
error('Function not implemented for Faust class');
end
function disp(F)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment