How to generate a square lattice structure.

In the attached image there is a square lattice shaped structure of air holes. Please tell me how to generate it using matlab code.

2 commentaires

MUSE
MUSE le 18 Oct 2023
it is interesting!
Muse
Muse le 15 Nov 2023
It can be done on Abaqus also!

Connectez-vous pour commenter.

Réponses (2)

Rohit Kudva
Rohit Kudva le 7 Août 2015

0 votes

Hi Subhashish,
I am not sure about your use case for developing this square lattice structure. Do you want it for some kind of analysis?. In case you just want the MATLAB code to draw this figure, You can use the ' rectangle ' function to draw out the main square frame and then use the ' viscircle ' function to draw the circles. Note that the 'viscircle' function is a part of the Image processing Toolbox. If you don't have one, you can use the 'rectangle' function to draw the circle as well by setting the curvature property to [1 1]. You can also refer to the ' Pattern Generator for MATLAB ' File Exchange submission that seems to generate similar lattice structures.
- Rohit

3 commentaires

Hey Rohit, are you proficient enough in matlab. I have a code with me and want to modify it for generating square lattice. it currently generates hexagonal lattice.
AQSA
AQSA le 29 Mar 2016
hi Subhashish can you please send me the code for hexagonal lattice
Mariam Kavai
Mariam Kavai le 30 Jan 2019
Hi subhashish, could you please send me the code for a hexagonal lattice. I appreciate it.

Connectez-vous pour commenter.

Sara
Sara le 26 Juin 2020

0 votes

1st
create zeros materix
2nd
create disc materix
3rd
set for function to add the disc into the zeros materix
from here you can set the diatnce btween each disc
4th
gaussan the final image to obtain similar image as you can see in any TEM image

Catégories

En savoir plus sur Encryption / Cryptography dans Centre d'aide et File Exchange

Commenté :

le 15 Nov 2023

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by