From: rodrikas on 12 May 2010 08:26 Hi, I want to plot a scatter point together with a surf plot previously created.The problem is that the surf plot does not allow to see the scatter point. Is there anyway to superimpose the scatter point? The steps followed to create the figure are the following: surf(coordenadas_X,coordenadas_Y,flujo_energia_medio,'LineStyle','none') set(gca,'da',[1 1 100]) hold on scatter(coordenadas_X(x,y),coordenadas_Y(x,y)) Any help is appreciated Rodrigo
|
Pages: 1 Prev: fminsearch and multiple inputs to function Next: CRC help |