I am trying to create a meshgrid with a hole in MatLab using meshgrid command. Rectangular plate grid is very easy but excluding points inside the hole boundary, I have difficulty!
"I want to exclude the little black disks (dont use the word ¨points¨) falling entirely inside the large disk".
"little black disks" are points whose (x,y) coordinates are being used for computation.
"large disk" is the hole (discontinuity).
Plate can be considered as 80 by 60 and hole located at (30,40) radius 10.
Thank you.
