testfun1.m

来自「雷达信号处理、或阵列信号处理中能够用上的重要的matlab工具箱——阵列信号处理」· M 代码 · 共 19 行

M
19
字号
function M = testfun1(A)% RECVAR, A package for new data types in Matlab 4. % (c) FOA 1997. See the file rvright.m for copyright notice.%%  A test function for record varaibles used by the test program 'tmatvar.m'.%%  Start        : 951222 Svante Bj鰎klund (svabj).%  Latest change: $Date: 1997/05/17 16:11:08 $ $Author: svabj $.%  $Revision: 2.2 $% *****************************************************************************getr(A,'namn')getr(A,'matris')M = A;M = setr(M,'matris',[28 29]');

⌨️ 快捷键说明

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