找到句柄
handle = getSimulinkBlockHandle('CANTA_BMS_DEBUG_3/CANTA_BMS_DEBUG_3/Subsystem/Constant')
get(handle)
獲得模塊的屬性,找到Position項(xiàng)鸠儿,其格式為:
positon = [a b c d]
- a 模塊左側(cè)位置
- b 模塊上側(cè)位置
- c 模塊右側(cè)位置
- d 模塊下側(cè)位置
- 注意:c>a,d>b
可通過程序設(shè)置參數(shù),更新位置
pos = [155 0 195 345]
set_param('CANTA_BMS_DEBUG_3/CANTA_BMS_DEBUG_3/Subsystem/Constant','Position',pos)