function graw(string) % graw - Send STRING directly to gnuplot subprocess (noop for matlab) % % Parameter: string String to plot process % % Description: % Implements Octave's graw function in matlab % % Reference: % Matlab - Octave compatibility function %% =========================================================================== %% =========================================================================== % Copyright (C): % 2002-2009 by Forschungszentrum Telekommunikation Wien, Austria; % All rights reserved. % Project : FTW's xDSLsimu % Author(s) : Petr Kadlec (kadlec@ftw.at) % : Tomas Nordstrom (Tomas.Nordstrom@FTW.at) % % CVS: $Id: graw.m 752 2009-01-02 13:03:52Z tono $ %% =========================================================================== % Change History % 2002-07-01 (PeKa) Created for Octave to Matlab compatibility port %% ===========================================================================