?? jgraph_quirks.m
字號:
function[]=jgraph_quirks%JGRAPH_QUIRKS Solutions to some common Matlab graphics quirks.%% How do I make tick-marks disappear after a call to CONTOURF or PCOLOR? % Matlab strangely places the plot on top of the axes. Use AXESTOP.%% How do I set tick labels to uniform precision, e.g. "[-0.01 0.00 0.01]"? % Use FIXLABELS.%% How do I make contours disappear after a call to CONTOURF?% Use NOCONTOURS.%% How do I plot of the value each element of a matrix? % Matlab's PCOLOR of an N x N matrix only has (N-1) x (N-1) tiles.% To plot the values of the elements themselves, use JIMAGE.% __________________________________________________________________% This is part of JLAB --- type 'help jlab' for more information% (C) 2000, 2004 J.M. Lilly --- type 'help jlab_license' for details
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -