From: Ali on
Hi

I want to create an intensity plot in 2D. For an engine I have a vector of varying speeds during an hour and a linked vector of the power at those speeeds. I want to plot this in 2D where the intensity (i.e. if there are many close samples) is shown by some kind of color pattern.

Is there some one who can help me?

Thanks / Ali
From: Wayne King on
"Ali " <rabiei(a)student.chalmers.se> wrote in message <husqjq$jrn$1(a)fred.mathworks.com>...
> Hi
>
> I want to create an intensity plot in 2D. For an engine I have a vector of varying speeds during an hour and a linked vector of the power at those speeeds. I want to plot this in 2D where the intensity (i.e. if there are many close samples) is shown by some kind of color pattern.
>
> Is there some one who can help me?
>
> Thanks / Ali

Hi Ali, Have you looked at

>>doc surf
>>doc contour


Wayne