📄 showl.m
字号:
function showl(list)% RECVAR, A package for new data types in Matlab 4. % (c) FOA 1997. See the file rvright.m for copyright notice.%% function showl(list)%% Shows the contents av all elements in a list on the screen. It % is rather like typing the name of a normal Matlab matrix without an% ending semicolon ';'.%% list ListT%% Start : 951221 Svante Bj鰎klund (svabj).% Latest change: $Date: 1998/05/12 10:42:11 $ $Author: svabj $.% $Revision: 2.2 $% *****************************************************************************while (~islastl(list)) disp(get1stl(list)) list = getrestl(list);end%whiledisp(get1stl(list))
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -