Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
17
Добавлен:
09.02.2015
Размер:
83.46 Кб
Скачать

Information about new features, problems from previous releases that

have been fixed in the current release, and known problems, all

organized by product.

See also ver, info, help.

Reference page in Help browser

doc whatsnew

Accesing demos

<playshow> - Plays a slideshow-style demo.

PLAYSHOW Plays a slideshow-style demo.

PLAYSHOW FILENAME plays a slide show FILENAME. Slide shows can be created using Codepad in the MATLAB Editor.

PLAYSHOW FILENAME AXES creates shows the text and graphics in the same window.

PLAYSHOW FILENAME SMALLTEXT creates a small text-only window.

PLAYSHOW FILENAME LARGETEXT creats a large text-only window.

PLAYSHOW FILENAME ECHO shows the demo in the Command Window.

Reference page in Help browser

doc playshow

<demo> - Open the Help browser and select the MATLAB demos.

DEMO Access product demos via Help browser.

DEMO opens the Help browser and selects the MATLAB Demos

entry in the table of contents.

DEMO SUBTOPIC CATEGORY opens the Demos entry to the specified CATEGORY.

CATEGORY is a product or group within SUBTOPIC. SUBTOPIC is 'matlab',

'toolbox', 'simulink', 'blockset', or 'links and targets'. When

SUBTOPIC is 'matlab' or 'simulink', do not specify CATEGORY to show all

demos for the product.

Examples:

demo 'matlab'

demo 'toolbox' 'signal'

demo 'matlab' 'getting started'

See also echodemo, grabcode, help, helpbrowser.

Reference page in Help browser

doc demo

<demos> - Start DEMO.

Examples and demonstrations.

demo - Open the Help browser and select the MATLAB demos.

echodemo - Run a cell script as an echo-and-pause command line demo.

demos is both a directory and a function.

DEMOS Start DEMO.

See also demo.

<showdemo> - Open the HTML-file for a demo in the Help Browser.%

SHOWDEMO Open the HTML-file for a demo in the Help Browser.

SHOWDEMO(FNAME) locates the corresponding HTML-file for the M-file FNAME and opens it in the Help Browser.

Display HTML files inside internal or system Web browser

<web> - Open Web browser on site or files.

WEB Open Web browser on site or files.

WEB opens up an empty internal web browser. The default internal web

browser includes a toolbar with standard web browser icons, and an address

box showing the current address.

WEB URL displays the specified URL (Uniform Resource Locator) in an

Internal web browser window. If one or more internal web browsers are

already running, the last active browser (determined by the last

browser which had focus) will be reused. If the URL is located underneath

docroot, then it will automatically be displayed inside the Help

browser. If the file is on the MATLAB path, a fully qualified name is

not necessary. Also, the file can be referenced relative to the

current working directory.

WEB URL -NEW displays the specified URL in a new internal web browser

window.

WEB URL -NOTOOLBAR displays the specified URL in an internal web

browser without a toolbar (and address box).

WEB URL -NOADDRESSBOX displays the specified URL in an internal web

browser without an address box (but does include a toolbar with standard

web browser icons).

WEB URL -HELPBROWSER displays the specified URL in the Help browser.

STAT = WEB(...) -BROWSER returns the status of the WEB command in the

variable STAT. STAT = 0 indicates successful execution. STAT = 1

indicates

that the browser was not found. STAT = 2 indicates that the browser was

found, but could not be launched.

[STAT, BROWSER] = WEB returns the status, and a handle to the last active

browser.

[STAT, BROWSER, URL] = WEB returns the status, a handle to the last active

browser, and the URL of the current location.

WEB URL -BROWSER opens a System Web browser and loads the file or Web site specified in the URL (Uniform Resource Locator). The URL can be of any form that your browser can support. Generally, it can specify a local file or a

Web site on the Internet. On Windows and Macintosh, the Web browser is determined by the operating system. On UNIX (excluding the Mac), it is determined as specified in the "Web" preferences panel.

Examples:

web file:///disk/dir1/dir2/foo.html

opens the file foo.html in an internal browser.

web('foo.html');

opens the file foo.html if it is on the MATLAB path.

web('html/foo.html');

opens the file html/foo.html, which is relative to the current

working directory.

web('text://<html>Hello World</html>');

displays the html formatted text inside an internal browser.

web('http://www.mathworks.com', '-new');

loads the MathWorks Web page into a new internal browser.

web('http://www.mathworks.com', '-new', '-notoolbar');

loads the MathWorks Web page into a new internal browser without

a toolbar or address box.

web('file:///disk/helpfile.html', '-helpbrowser');

opens the file helpfile.html in the Help browser.

web('file:///disk/dir1/dir2/foo.html', '-browser');

opens the file foo.html in a system browser.

web mailto:email_address

uses your system browser to send mail.

Reference page in Help browser

doc web

Соседние файлы в папке Библиотеки Matlab