players.html

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

HTML
51
字号
<!-- $Revision: 1.4 $ --><!--players.htmlHTML output template used by players.m in call to thefunction htmlrep().--><html><head><title>MathWorks Softball Team Statistics</title></head><body bgcolor="#FFFFFF"><p><font color="#000000" size="5" face="Arial"><i>MathWorks Softball Team Statistics</i></font></p><!-- Use the MATLAB "AUTOGENERATE" HTML attribute to generate atable dynamically from the players cell array of strings(in program players.m).   --><table autogenerate=$players$ border="1" cellspacing="1">	<!-- Specify the table row headers. -->    <tr>    <th>Player</th>		<th>Position</th>		<th>Average</th>		<th>At Bats</th>    </tr>	<!-- Specify the table cell attributes (once for 	use in all rows.) -->    <tr>        <td></td>        <td></td>        <td align=right></td>        <td align=right></td>    </tr></table><!--Replace $date$ with the contents of MATLAB variable named "date" in players.m --><p>$date$</p><p><p><font color="#0000FF" size="2" face="Arial">

⌨️ 快捷键说明

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