📄 webmagic1.html
字号:
<!-- $Revision: 1.7 $ -->
<html>
<head>
<title>Display a MATLAB Matrix in an HTML Table</title>
</head>
<body bgcolor="#FFFFFF">
<p><font color="#000000" size="4" face="Arial"><i><img
src="/icons/MathWorks.Logo.gif" width="100" height="100">
</i></font></p>
<p><font color="#000000" size="4" face="Arial">
<i>Display a MATLAB Matrix in an HTML Table</i></font> </p>
<!--
MATLAB Web Server requires only two items in all input HTML
documents:
1. The form action must refer to the matweb program
(matweb.exe on NT).
2. A hidden field containing the name "mlmfile" and
the value of the name of your application entry point
function. For example, "webmagic" in the hidden field
below invokes the M-file webmagic.m. (Note that there
must be an entry in matweb.conf with the same name.
See the file matweb.conf in the wsdemos directory
and the documentation.)
-->
<form action="/cgi-bin/matweb.exe" method="POST">
<input type="hidden" name="mlmfile" value="webmagic">
<p>Magic square size (minimum is 3, maximum is 20):
<input type="text" size="2" maxlength="2" name="msize"></p>
<p><input type="submit" name="Submit" value="Submit"></p>
</form>
<p> </p>
<p><font color="#0000FF" size="2" face="Arial">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -