Add a color bar to the graph to show how the data values in C correspond to the colors in the colormap. [X,Y] = meshgrid(1:0.5:10,1:20); Z = sin(X) + cos ...
確定! 回上一頁