changelineprop.m

来自「hi i have a huge collection are you int」· M 代码 · 共 10 行

M
10
字号
function changelineprop(h,PropertyName,PropertyValue)%function changelineprop(h,PropertyName,PropertyValue)%Changes objects to the given property.for jj = h'   set(jj, PropertyName,PropertyValue)end

⌨️ 快捷键说明

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