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

📄 twebmagic.m

📁 用于网络服务的matlab源程序
💻 M
字号:
function twebmagic()
%TWEBMAGIC Example standalone test of webmagic function.
%   TWEBMAGIC Does setup and calls webmagic.  Creates
%   the output file, twebmagic.html.
%

%   Author(s): M. Greenstein, 11-10-97
%   Copyright 1998-2001 The MathWorks, Inc.
%   $Revision: 1.5 $   $Date: 2001/04/25 18:49:28 $

% Set up input variables.
s = {};
s = wssetfield(s, 'mlmfile', 'webmagic');
s = wssetfield(s, 'msize', '5');
s = wssetfield(s, 'mldir', '.');

% Create an output test file.
str = webmagic(s, 'twebmagic.html');

% Send output to the screen.
disp(str);

⌨️ 快捷键说明

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