p1_9.m

来自「Advanced Engineering Mathematics using M」· M 代码 · 共 10 行

M
10
字号
% P1_9.M function example% Example call to pfunclear      % Clear workspaceclf        %  and figuresy=pfun('x.^2-x.^3');%% Note: Try other examples such as y=pfun('sin(x)');%   and add a few comments to explain %   this M-file and pfun.%	

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?