bitmap generating alternative to the 'pcolor' command

조회 수: 7 (최근 30일)
hans
hans 2011년 4월 1일
When I use
pcolor
I get as many colored areas, each of them individually located, as I have data points. That can become a huge number of elements in a figure and is unhandy for further treatment in vector-paint programs.
I would prefer to get a bitmap just of the colors but still have the lines and annotation in a vector format. Is there any suggestion how to do this with data on a constantly spaced grid?
A complicated way might be to take the data matrix, interpolate the data to a regular grid and use the command
figure
but may be there is a more elegant way ?

답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by