MATLAB中,使用sphere函数绘制三维曲面时的调用格式为:[x,y,z]=sphere(n),而cylinder函数的调用格式为:[x,y,z]=cylinder(R,n)。此外,MATLAB还提供了多峰函数peaks,常用于展示三维曲面的特性。