% The xDSL simulation tool - Octave compatibility routines % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Functions to printing % fflush No op (Implements Octave's fflush function in matlab) % % Functions to handle plotting compatibilty % graw No op (Send string directly to gnuplot subprocess) % % Misc % Content This file %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% =========================================================================== % Copyright (C): % 2002-2003 by Forschungszentrum Telekommunikation Wien, Austria; % All rights reserved. % Description : The contents of the xDSL simulation tool directory: % "matlab" % % File : Content.m % Project : FTW's xDSLsimu % Author(s) : Tomas Nordstrom (Tomas.Nordstrom@FTW.at) % % CVS: $Id: Contents.m,v 3.2 2003/11/03 12:33:22 tono Exp $ %% =========================================================================== % Change History % 2003-01-07 (ToNo) Created % 2003-11-03 (ToNo) Lists now use cell arrays for both Octave and Matlab %% ===========================================================================