WOLFRAM

RectangularRepeatingElement
RectangularRepeatingElement

represents a rectangular array of elements of type spec in an interpreter, API or form specification.

RectangularRepeatingElement[elem,{maxrows,maxcolumns}]

represents a rectangular array of elements of maximum size maxrows×maxcolums.

RectangularRepeatingElement[elem,{{minrows,maxrows},{mincolumns,maxcolumns}}]

represents a rectangular array of elements of dimensions between minrows×mincolumns and maxrows×maxcolums.

Details

Examples

open allclose all

Basic Examples  (3)Summary of the most common use cases

Use RectangularRepeatingElement to interpret a matrix of data:

Out[1]=1

RectangularRepeatingElement fails on data that is not rectangular:

Out[1]=1

Use it in an APIFunction to collect complex data:

Out[1]=1
Out[2]=2

Scope  (2)Survey of the scope of standard use cases

The second argument is used to limit the size of the input:

Out[1]=1
Out[2]=2

Limit the minimum size of the array:

Out[1]=1
Out[2]=2

Properties & Relations  (3)Properties of the function, and connections to other functions

RectangularRepeatingElement can be used in conjunction with any interpreter specification:

Out[1]=1

Including RepeatingElement:

Out[1]=1

And CompoundElement:

Out[1]=1

Possible Issues  (1)Common pitfalls and unexpected behavior

Constructs like FormFunction and FormPage do not show a special interface for RectangularRepeatingElement:

Out[1]=1

Use JSON to fill in the fields:

Wolfram Research (2017), RectangularRepeatingElement, Wolfram Language function, https://reference.wolfram.com/language/ref/RectangularRepeatingElement.html.
Wolfram Research (2017), RectangularRepeatingElement, Wolfram Language function, https://reference.wolfram.com/language/ref/RectangularRepeatingElement.html.

Text

Wolfram Research (2017), RectangularRepeatingElement, Wolfram Language function, https://reference.wolfram.com/language/ref/RectangularRepeatingElement.html.

Wolfram Research (2017), RectangularRepeatingElement, Wolfram Language function, https://reference.wolfram.com/language/ref/RectangularRepeatingElement.html.

CMS

Wolfram Language. 2017. "RectangularRepeatingElement." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RectangularRepeatingElement.html.

Wolfram Language. 2017. "RectangularRepeatingElement." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RectangularRepeatingElement.html.

APA

Wolfram Language. (2017). RectangularRepeatingElement. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RectangularRepeatingElement.html

Wolfram Language. (2017). RectangularRepeatingElement. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RectangularRepeatingElement.html

BibTeX

@misc{reference.wolfram_2025_rectangularrepeatingelement, author="Wolfram Research", title="{RectangularRepeatingElement}", year="2017", howpublished="\url{https://reference.wolfram.com/language/ref/RectangularRepeatingElement.html}", note=[Accessed: 29-March-2025 ]}

@misc{reference.wolfram_2025_rectangularrepeatingelement, author="Wolfram Research", title="{RectangularRepeatingElement}", year="2017", howpublished="\url{https://reference.wolfram.com/language/ref/RectangularRepeatingElement.html}", note=[Accessed: 29-March-2025 ]}

BibLaTeX

@online{reference.wolfram_2025_rectangularrepeatingelement, organization={Wolfram Research}, title={RectangularRepeatingElement}, year={2017}, url={https://reference.wolfram.com/language/ref/RectangularRepeatingElement.html}, note=[Accessed: 29-March-2025 ]}

@online{reference.wolfram_2025_rectangularrepeatingelement, organization={Wolfram Research}, title={RectangularRepeatingElement}, year={2017}, url={https://reference.wolfram.com/language/ref/RectangularRepeatingElement.html}, note=[Accessed: 29-March-2025 ]}