이 제출물을 팔로우합니다
- 팔로우하는 게시물 피드에서 업데이트를 확인할 수 있습니다
- 정보 수신 기본 설정에 따라 이메일을 받을 수 있습니다
This suite of functions can be used to generate a beautiful drawing called as kolam. A Kolam is a geometrical line drawing composed of curved loops, drawn around a grid pattern of dots. In South India, it is widely practised by female Hindu family members in front of their homes.
The programs can be used to create kolams which are bounded by a square of 'n' units.
To generate 'kolams' with 1-dimensional symmetry, you can use the command
M=propose_kolam1D(n);
and to generate ones with 2D symmetry use the command
M=propose_kolam2D(n);
In both case a nxn matrix M is being generated which codes the 'kolam' drawing. (with the notation as in Design16.jpg)
The kolam can be converted to a MATLAB figure using the command
draw_kolam(M)
인용 양식
Janardhanan Sivaramakrishnan (2026). Kolam Generator (https://kr.mathworks.com/matlabcentral/fileexchange/36451-kolam-generator), MATLAB Central File Exchange. 검색 날짜: .