Rectangle intersection or Overlap
显示 更早的评论
can some one help me to write the code for rectangle overlap for N rectangles ?? or for rectangle intersection?
回答(1 个)
KALYAN ACHARJYA
2019-6-4
编辑:KALYAN ACHARJYA
2019-6-4
num=input('Number of Rantangle');
for i=1:num
rectangle('Position',[i i+1 2*i 3*i]);
%.....................^..^..^....^ set as per your requirements
hold on;
end
4 个评论
KALYAN ACHARJYA
2019-6-5
Is your question is answered?
Prakash Choudhary
2019-6-5
KALYAN ACHARJYA
2019-6-5
can some one help me to write the code for rectangle overlap for N rectangles ??
Prakash Choudhary
2019-6-5
类别
在 帮助中心 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!