p1_9.m
来自「Programs for the book Advanced Engineeri」· M 代码 · 共 10 行
M
10 行
% P1_9.M function example
% Example call to pfun
clear % Clear workspace
clf % and figures
y=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 + -
显示快捷键?