📄 10-28.txt
字号:
%例10-28 functions函数使用举例。
>> functions(sumAxBy)
ans =
function: '@(x, y) (14*x + 41*y)'
type: 'anonymous'
file: ''
workspace: [1x1 struct]
>>
>> functions(sqr)
ans =
function: '@(x) x.^2'
type: 'anonymous'
file: ''
workspace: [1x1 struct]
>>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -