⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mm2103.m

📁 《精通matlab7》“mastering matlab 7”的代码。
💻 M
字号:
%mm2103.mx = (0:.1:1)*2*pi;y = sin(x); % create rough datapp = spline(x,y); % pp-form fitting rough datappi = mmppint(pp,0); % pp-form of integralxi = linspace(0,2*pi); % finer points for interpolationyi = ppval(pp,xi); % evaluate curveyyi = ppval(ppi,xi); % evaluate integralplot(x,y,'o',xi,yi,xi,yyi,'--') % plot resultstitle('Figure 21.3: Spline Integration')

⌨️ 快捷键说明

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