⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 browse.htm

📁 matlab的FDC工具箱
💻 HTM
字号:
<!doctype html public "-//W3C//DTD HTML 3.2//EN">
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="fdchelp.css">
    <title>
      FDC help: on-line help utility BROWSE
    </title>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
  </head>
  <body bgcolor="#DDDDDD"><div>
    <h2>
      On-line help utility <i>BROWSE</i>
    </h2>
    <p><i>BROWSE</i> displays HTML helpfiles in your webbrowser or in the Matlab help-browser. It provides a convenient way to implement an on-line help system for Matlab toolboxes and Simulink blocksets, relying on HTML formatting and linking.</p>
    <h3>Usage</h3>
    <p><code>browse name</code>, or &nbsp;<code>browse('name')</code> opens the specified HTML file in the standard webbrowser;  see the <a href="#example">example</a> below for the structure of 'name'.</p> 
    <p><code>browse name -mlhelp</code>, or &nbsp;<code>browse('name','-mlhelp')</code> opens the HTML file in the Matlab help browser (this switch is functional only for Matlab release 12 and later, as the Matlab help browser didn't exist in earlier Matlab releases).</p>
    <p>By default, BROWSE uses the default webbrowser instead of the Matlab help browser; changing this behaviour requires editing of browse.m. Early versions of the Matlab help browser may have problems with modern web technologies such as Cascading Style Sheets, which is one reason why the Matlab help browser is not used by default. However, the browser choice in general is mainly a matter of personal preference.</p>
    <p>BROWSE builds on the WEB command of Matlab, which may not work correctly with browsers other than Netscape 4 or Internet Explorer version 5 and later. If your browser is not supported by the WEB command, it may be more convenient to call BROWSE with the optional argument '-mlhelp'.</p>
    <h3><a name="example" id="example">Example</a></h3>
    <p>Consider the following helpfile: <code>c:\toolbox\helpfiles\filename.html</code></p>
    <p>In order to display this file in the webbrowser, the following entries for 'name' are valid:</p>
    <ul>
       <li> full path plus filename plus extension: <code>c:\toolbox\helpfiles\filename.html</code><br><br></li>
       <li> part of the path plus filename plus extension: <code>helpfiles\filename.html</code><br><br></li>
       <li> filename plus extension: <code>filename.html</code><br><br></li>
       <li> full path plus filename without extension: <code>c:\toolbox\helpfiles\filename</code><br><br></li>
       <li> part of the path plus filename without extension: <code>helpfiles\filename</code><br><br></li>
       <li> filename only: <code>filename</code></li>
    </ul>
    <p>The directory in which the helpfile is located *must* be present in the Matlab search path. If the specified  file cannot be found, an error message will be displayed.</p>
    <p>Suitable file extensions are: .htm, .html, .HTM, and .HTML. All other extensions will be disregarded and will result in a 'file not found' error, even if the file _does_ exist! For instance, if a file README.TXT exists somewhere on the Matlab path, then browse('README.TXT') will still yield a 'file not found' error, because BROWSE will search for README.TXT.htm and README.TXT.html (upper and lower-case) only.</p>
  </div></body>
</html>

⌨️ 快捷键说明

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