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

📄 presto_bundle.m

📁 一些制作正交曲线网格的matlab源程序
💻 M
字号:
function presto_bundle% presto_bundle -- Bundle "presto" software.%  presto_bundle (no argument) bundles the%   "presto" software into "presto_install.p". % Copyright (C) 1999 Dr. Charles R. Denham, ZYDECO.%  All Rights Reserved.%   Disclosure without explicit written consent from the%    copyright owner does not constitute publication. % Version of 03-Nov-1999 08:11:48.% Updated    16-Dec-1999 12:07:01.setdef(mfilename)dst = 'presto_install';target = '';delete([dst '.m'])delete([dst '.p'])bundle(dst)% Get full bundle name and trim the extension.dst = which(dst);f = find(dst == '.');if any(f), dst(f(end):end) = ''; end% Bundle the routines.bundle(dst, 'makedir', target)bundle(dst, 'newfolder.mac', target, 'binary')bundle(dst, 'eval', target, 'makedir presto')bundle(dst, 'eval', target, 'cd presto')bundle(dst, 'README', target)bundle(dst, 'setdef', target)bundle(dst, 'presto_bundle', target)bundle(dst, 'inherit', target)bundle(dst, 'super', target)bundle(dst, 'isps', target)bundle(dst, 'psbind', target)bundle(dst, 'psevent', target)bundle(dst, 'ps_test', target)newversion psbundle(dst, '@ps', target)bundle(dst, 'eval', target, 'cd ..')bundle(dst, 'disp', target, ' ')bundle(dst, 'disp', target, ' ## To get started, put the "presto" folder in your Matlab')bundle(dst, 'disp', target, ' ##  path, then execute "presto_test" at the Matlab prompt.')% P-coding.disp(' ## P-coding...')pcode(dst)

⌨️ 快捷键说明

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