I'm trying to create 5*2 matrix using \psframe
. I want to repeat the following code using loops and changing the coordinates. Means just adding into X and Y coordinates and getting the results.
\documentclass[a4paper]{article}
\usepackage{pstricks}
\begin{document}
\psframe(-3,-1)(5.5,3) %frame1
\end{document}