📄 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 + -