请问这个子函数的具体作用是什么,格式是什么?(matlab里给的解释看不懂~)
书上写的作用是获取显示文本的边界值。
格式是[normBoundsRect,offsetBoundsRect]=Screen('TextBounds',windowPtr,text[,x][[,y][,yPositionIsBaseline][,swapTextDirection]);
[normBoundsRect]=TextBounds(windowPtr,text)
格式是[normBoundsRect,offsetBoundsRect]=Screen('TextBounds',windowPtr,text[,x][[,y][,yPositionIsBaseline][,swapTextDirection]);
[normBoundsRect]=TextBounds(windowPtr,text)
运用Screen('里面是子函数')。子函数是可以自己任意调整,根据需要(如画图、运行、等等写自己要用的东西)