필터 지우기
필터 지우기

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

조회 수: 4 (최근 30일)
Gail Kineke
Gail Kineke 2014년 2월 20일
편집: Jason R 2014년 2월 20일
I'd like to create plot using contourf without the contour lines superimposed.

답변 (1개)

Jason R
Jason R 2014년 2월 20일
편집: Jason R 2014년 2월 20일
Use the shading flat command.
Example use:
Z = peaks(20); contourf(Z,10);
shading flat

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by