Rectangle intersection or Overlap
Mostrar comentarios más antiguos
can some one help me to write the code for rectangle overlap for N rectangles ?? or for rectangle intersection?
Respuestas (1)
KALYAN ACHARJYA
el 4 de Jun. de 2019
Editada: KALYAN ACHARJYA
el 4 de Jun. de 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 comentarios
KALYAN ACHARJYA
el 5 de Jun. de 2019
Is your question is answered?
Prakash Choudhary
el 5 de Jun. de 2019
KALYAN ACHARJYA
el 5 de Jun. de 2019
can some one help me to write the code for rectangle overlap for N rectangles ??
Prakash Choudhary
el 5 de Jun. de 2019
Categorías
Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!