?? usefulstrings.m
字號:
function[]=usefulstrings% USEFULSTRINGS Note on numeric representations of useful strings%% 9 <==> tab.% 10 <==> newline with carriage return.% 13 <==> return to beginning of line% 138 <==> newline without carriage return.% 32 <==> space%% Use real(X) to find the numeric representation of a string X.% Use char(X) to convect numeric array X into a string.%% e.g. char([116 101 120 116]) ='text';% real('text') = [116 101 120 116];% __________________________________________________________________% This is part of JLAB --- type 'help jlab' for more information% (C) 2000, 2004 J.M. Lilly --- type 'help jlab_license' for details
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -