📄 drawplot.m
字号:
function drawplot(x, y)
%DRAWPLOT Plot a curve from x and y arrays.
% DRAWPLOT(X,Y) Plots a curve from x and y arrays in a MATLAB
% figure window. This file is used as an example
% for the MATLAB Builder for Java Language product.
% Copyright 2001-2006 The MathWorks, Inc.
% $Revision: 1.1.8.1 $ $Date: 2006/05/05 15:55:37 $
plot(x, y);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -