StateDimensions
is an option to TemporalData that specifies the dimensions of the state space.
StateDimensions
StateDimensions
is an option to TemporalData that specifies the dimensions of the state space.
Details
- Possible settings include:
-
Automatic automatically find dimensions n vector of length n {n1,…} array of dimensions {n1,…}
Examples
Basic Examples (1)
Create a collection of four scalars-valued paths:
data = {{2, 1, 2}, {4, 8, 3}, {7, 5, 9}, {6, 3, 6}};td = TemporalData[data, Automatic, StateDimensions -> 1];ListLinePlot[td]Interpret the same data as a single path of dimension 3:
td3 = TemporalData[data, Automatic, StateDimensions -> 3];td3["Path"]See Also
History
Text
Wolfram Research (2012), StateDimensions, Wolfram Language function, https://reference.wolfram.com/language/ref/StateDimensions.html.
CMS
Wolfram Language. 2012. "StateDimensions." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/StateDimensions.html.
APA
Wolfram Language. (2012). StateDimensions. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/StateDimensions.html
BibTeX
@misc{reference.wolfram_2026_statedimensions, author="Wolfram Research", title="{StateDimensions}", year="2012", howpublished="\url{https://reference.wolfram.com/language/ref/StateDimensions.html}", note=[Accessed: 15-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_statedimensions, organization={Wolfram Research}, title={StateDimensions}, year={2012}, url={https://reference.wolfram.com/language/ref/StateDimensions.html}, note=[Accessed: 15-June-2026]}