找考题网-背景图
问答题

计算题 绘制peaks函数的表面图,用colormap函数改变预置的色图,观察色彩的分布情况。

【参考答案】

>>surf(peaks(30));

>>colormap(hot)

>>colormap(cool)

>>colormap(lines)