Rectangle intersection or Overlap
Ältere Kommentare anzeigen
can some one help me to write the code for rectangle overlap for N rectangles ?? or for rectangle intersection?
Antworten (1)
KALYAN ACHARJYA
am 4 Jun. 2019
Bearbeitet: KALYAN ACHARJYA
am 4 Jun. 2019
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 Kommentare
KALYAN ACHARJYA
am 5 Jun. 2019
Is your question is answered?
Prakash Choudhary
am 5 Jun. 2019
KALYAN ACHARJYA
am 5 Jun. 2019
can some one help me to write the code for rectangle overlap for N rectangles ??
Prakash Choudhary
am 5 Jun. 2019
Kategorien
Mehr zu Creating and Concatenating Matrices finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!