% 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-2009 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 752 2009-01-02 13:03:52Z tono $ %% =========================================================================== % Change History % 2003-01-07 (ToNo) Created % 2003-11-03 (ToNo) Lists now use cell arrays for both Octave and Matlab %% ===========================================================================