필터 지우기
필터 지우기

How to save jpeg image of data with custom colormap without using a .fig file?

조회 수: 2 (최근 30일)
Dimitar
Dimitar 2014년 11월 14일
답변: Image Analyst 2014년 11월 16일
I have large data (2Gb) that I have troubles plotting with pcolor or surf ?
How can I save an jpeg image of contour map plot like pcolor with my color map ? I cannot plot the pcolor fig file.
  댓글 수: 1
Jan
Jan 2014년 11월 16일
Please post your code an explain the occurring troubles. Why can't you plot the pcolor fig file?
What about imwrite?

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2014년 11월 16일
You don't have a 2 GB screen so it doesn't make sense to try to plot the whole thing with surf. Try subsampling the data and then calling surf on the subsampled data. To save a contour plot, try export_fig.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by