Can you create a plot with contourf without the contour lines?

답변 (1개)

Jason R
Jason R 2014년 2월 20일
편집: Jason R 2014년 2월 20일

0 개 추천

Use the shading flat command.
Example use:
Z = peaks(20); contourf(Z,10);
shading flat

카테고리

도움말 센터File Exchange에서 Contour Plots에 대해 자세히 알아보기

태그

질문:

2014년 2월 20일

편집:

2014년 2월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by