Watch this Author's files
My bad, I think it crashed because i left an empty frame
Perfect !! let you plot large dataset of coordinate, colored with velocity, in 1 line: color_line(x,y,sqrt(vx.^2+vy.^2),'.')
instead of for i=1:numel(x) plot(x(i),y(i),'.','color',myColorMap(sqrt(vx(i)^2+vy(i)^2))) end
And it's a lot faster!! thx!!
Contact us at files@mathworks.com