dbtrefguide.m

来自「阵列信号处理的工具箱」· M 代码 · 共 37 行

M
37
字号
%DBTREFGUIDE Opens the DBT reference guide on the screen.%%--------%Synopsis:%  dbtrefguide%%Description:%  Opens the DBT reference guide on the screen.%%See Also:%  dbthelp, dbtdata%   *  DBT, A Matlab Toolbox for Radar Signal Processing  *% (c) FOA 1994-2000. See the file dbtright.m for copyright notice.%%  Start        : 981113 Svante Bj鰎klund (svabj).%  Latest change: $Date: 2000/10/16 15:20:26 $ $Author: svabj $.%  $Revision: 1.6 $% *****************************************************************************disp('Starting Acroread with DBT reference guide...')compStr = computer;if (strcmp(compStr,'SUN4') | strcmp(compStr,'SOL2') | strcmp(compStr,'HP700') | strcmp(compStr,'SGI') | strcmp(compStr,'SGI64') | strcmp(compStr,'IBM_RS') | strcmp(compStr,'ALPHA') | strcmp(compStr,'LNX86'))  !acroread dbtrefguide.pdf &elseif (strcmp(compStr,'PCWIN'))  dbterror('Cannot start the reference guide on this platform.')elseif (strcmp(compStr,'MAC2'))  dbterror('Cannot start the reference guide on this platform.')elseif (strcmp(compStr,'dummy'))  dbterror('Cannot start the reference guide on this platform.')else  dbterror('Cannot start the reference guide on this platform.')end%if

⌨️ 快捷键说明

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