info.xml

来自「While resting-state fMRI is drawing more」· XML 代码 · 共 46 行

XML
46
字号
<!-- $Id: info.xml 20070601 dawnwei.song@gmail.com $ --><productinfo  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  xsi:noNamespaceSchemaLocation="http://www.mathworks.com/namespace/info/v1/info.xsd"><?xml-stylesheet type="text/xsl" href="http://www.mathworks.com/namespace/info/v1/info.xsl"?>  <matlabrelease>14</matlabrelease>  <name>Resting State fMRI Data Analysis</name>  <type>toolbox</type>  <icon>$toolbox/matlab/icons/matlabicon.gif</icon>    <help_location>./man/</help_location>  <!-- http://www.mathworks.com/support/solutions/data/1-1C77F.html?solution=1-1C77F -->  <!-- http://www.mathworks.com/support/solutions/data/1-18U6Q.html?solution=1-18U6Q -->  <!-- http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_env/guiref16.html -->  <!-- http://www.mathworks.com/access/helpdesk/help/techdoc/matlab_env/guiref15.html -->  <list>    <listitem>      <label>Start REST 2007</label>      <callback>rest</callback>      <icon>$toolbox/matlab/icons/figureicon.gif</icon>    </listitem>    <listitem>      <label>Help</label>      <callback>rest OpenHelp</callback>      <icon>$toolbox/matlab/icons/book_mat.gif</icon>    </listitem><!-- 	<listitem>      <label>SPM Wiki</label>      <callback>web http://en.wikibooks.org/wiki/SPM -browser;</callback>      <icon>$toolbox/matlab/icons/demoicon.gif</icon>    </listitem> -->    	  <listitem>      <label>Mail to REST Author</label>      <callback>web('mailto:dawnwei.song@gmail.com');</callback>      <icon>$toolbox/matlab/icons/webicon.gif</icon>    </listitem>  </list></productinfo>

⌨️ 快捷键说明

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