ex7_3.m

来自「源代码集合」· M 代码 · 共 10 行

M
10
字号
mex_string('This is an string.')

S=mex_string(str2mat('This is an string','problem?'))

reshape(S,2,length(S)/2)

mex_strmat('This is an string.')

S=mex_strmat(str2mat('This is an string','problem?'))

⌨️ 快捷键说明

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