matlab中patch(0,0,'b','erasemode','xor')什么意思?
发布网友
发布时间:2024-10-07 07:41
我来回答
共1个回答
热心网友
时间:2024-11-30 06:13
patch
Create one or more filled polygons
collapse all in page
Syntax
patch(X,Y,C)
example
patch(X,Y,Z,C)
patch('XData',X,'YData',Y)
patch('XData',X,'YData',Y,'ZData',Z)
patch('Faces',F,'Vertices',V)
example
patch(S)
example
patch(___,Name,Value)
example
patch(ax,___)
p = patch(___)