twebmagic.m

来自「MATLAB扩展编程by 孙永康.ZIP.有需要的朋友请来下载.」· M 代码 · 共 22 行

M
22
字号
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-2000 The MathWorks, Inc.
%   $Revision: 1.4 $   $Date: 2000/05/22 20:40:19 $

% 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 + =
减小字号Ctrl + -
显示快捷键?