28.12.2012 Views

Figure Properties - SERC

Figure Properties - SERC

Figure Properties - SERC

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

and depending on which link is clicked, will set state to 0 or 1.<br />

matlabcolon (matlab:)<br />

Special Characters<br />

To create a string that includes a special character such as a greater than sign,<br />

>, you need to use the HTML character entity reference for the symbol, &gt;.<br />

Otherwise, the symbol will be interpreted as ending of the , is ASCII 62. The above<br />

example becomes<br />

disp(...<br />

'Positive')<br />

Use these values for common special characters.<br />

Character HTML Character Entity Reference ASCII Value<br />

> &gt; 62<br />

< &lt; 60<br />

& &amp; 38<br />

" &quot; 34<br />

Links from M-File Help<br />

For functions you create, you can include matlab: links within the M-file help,<br />

but you do not need to include a disp or similar statement because the help<br />

function already includes it for displaying hyperlinks. Use the links to display<br />

additional help in a browser when the user clicks them. The M-file,<br />

soundspeed, contains the following statements.<br />

2-1427

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!