?? xfplot.m
字號:
function xFplot
% xFplot.m
% An example of using fplot()
%
% Author: HUANG Huajiang
% Copyright 2003 UNILAB Research Center,
% East China University of Science and Technology, Shanghai, PRC
% $Revision: 1.0 $ $Date: 2003/02/05 $
fplot(@func, [0, 2*pi])
% ------------------------------------------------------------------
function f =func(x)
f = 2*sin(x)+cos(x);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -