?? put1stl.m
字號:
function outList = put1stl(data, inList)% RECVAR, A package for new data structures in Matlab. % (c) FOA 1998. See the file rvright.m for copyright notice.%% function outList = put1stl(data, inList)%% Put an element first in the list.% Matlab 5 compatibility version.%% Start : 970819 Svante Bj鰎klund (svabj).% Latest change: $Date: 1998/05/06 16:17:18 $ $Author: svabj $.% $Revision: 1.1 $% *****************************************************************************%outList = setr([],'dataType','ls');%outList = setr(outList, 'data', data);%outList = setr(outList, 'restList', inList);if isempty(inList), inList = {}; end%ifoutList = [{data} inList];
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -