如何为等高线图添加层级标签
1、命令行键入:Z = peaks;%定义Z。

3、命令行键入:[C,h] = contour(Z,8);%显示 peaks 函数的八个等高线层级。

5、命令行键入:title('Contours Labeled Using clabel(C,h)')%添加抬头

1、命令行键入:Z = peaks;%定义Z。
3、命令行键入:[C,h] = contour(Z,8);%显示 peaks 函数的八个等高线层级。
5、命令行键入:title('Contours Labeled Using clabel(C,h)')%添加抬头