script to plot an ERP and topographic map
0001 % script to plot an ERP and topographic map 0002 clear 0003 p = eeg_toolbox_defaults 0004 p = eeg_open(p) 0005 p = elec_open(p) 0006 p = mesh_open(p) 0007 p = gui_erp_plot(p) 0008 p = eeg_contours_engine(p)