Home > cbassSouthFunctions > timingChecks > plot_file.m

plot_file

PURPOSE ^

SYNOPSIS ^

function plot_file(x,y,filename)

DESCRIPTION ^

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function plot_file(x,y,filename)
0002 
0003 hfig=figure('Visible','off');
0004 plot(x,y)
0005 saveas(gcf,filename,'png')
0006 close all

Generated on Sun 14-Jun-2015 17:12:45 by m2html © 2005