From: Fraser Dickson on
Hi i have a gui that has 2 axe. My code plots the imagesc of a matrix in the first and a surf of a matrix in the second.

My code runs imo slow is there anything i can do to speed it up?

axes(handles.axes1)
imagesc(x)
axes(handles.axes2)
surf(x)

i have noticed the m lit messages saying

" calling axes(h) without an output can be slow include 'h' in plot function arguments "

Im not too sure what this means

Thanks
 | 
Pages: 1
Prev: Plotting methods
Next: frequency permutation