webmagic2.html

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

HTML
48
字号
<!-- $Revision: 1.7 $ --><!--webmagic2.htmlHTML output template used by webmagic.m in call to thefunction HTMLREP.  (HTMLREP replaces variable names delinated by dollar signs, e.g. $msquare$, with their values.  It alsogenerates HTML tables and select lists dynamically from matrics,cell arrays, and vectors.) --><html><head><title>Magic Square in an HTML Table</title></head><body bgcolor="#FFFFFF"><p><font color="#000000" size="4" face="Arial"><i><imgsrc="/icons/mathby.gif" width="99" height="123"></i></font></p><div align="center"><strong>Magic Square in an HTML Table</strong></p><!-- Use the MATLAB "AUTOGENERATE" HTML attribute to generate atable dynamically from the variable "msquare" which is amatrix (in program webmagic.m).   --><table border="1" cellspacing="1" autogenerate="$msquare$">    <tr>        <td align="right">		</td>    </tr></table><!--Replace $msize$ and $msum$ with the contents of MATLAB variables named "msize" and "msum" respectively as computed in webmagic.m.--><p>Size: $msize$<br>Sum of all columns, rows, and diagonals: $msum$</div><p><p><font color="#0000FF" size="2" face="Arial">

⌨️ 快捷键说明

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