battaglia01 / CBPSpikesortDemo-MikeB

Demo code for spike sorting by continuous basis pursuit
0 stars 0 forks source link

Trying to add a scalar to a figure object #33

Open battaglia01 opened 8 years ago

battaglia01 commented 8 years ago

Apparently this used to work because "figure" was a pointer to a location in memory

Undefined operator '+' for input arguments of type 'matlab.ui.Figure'.

Error in VisualizeClustering (line 12) fig2 = fig1+1;

Error in cbp_spikesort_demo_script (line 418) VisualizeClustering(XProjstar, ground_truth.true_spike_class, Xstar, size(data_pp, 1), ...