testfun2.m

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

M
22
字号
function M = testfun2(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:09 $ $Author: svabj $.%  $Revision: 2.1 $% *****************************************************************************getr(A,'namn')getr(A,'matris')M = setr(A,'matris',[28 29 30]');M = setr(M,'field3',[1 2; 3 4]);

⌨️ 快捷键说明

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