function [varargout]=f() varargout=list(1,2,3) endfunction [a,b]=f() /// \sleftarrow{\normalfont f can be called with more than 1 output}