tplayers.m

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

M
15
字号
function tplayers
%TPLAYERS standalone test driver for players.
%   TPLAYERS creates test output file tlpalyers.html.
%   Creates a matweb substitute structure to pass to players.
%   Displays the HTML output.
%

%   Author(s): M. Greenstein, 04-01-98
%   Copyright 1998-2000 The MathWorks, Inc.
%   $Revision: 1.3 $   $Date: 2000/05/22 20:40:18 $

h.mldir = '.';
str = players(h, 'tplayers.html');
disp(str);

⌨️ 快捷键说明

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