PyArray
Revision as of 15:00, 20 August 2025 by Lchrisman (talk | contribs) (Created page with "category:Python integration ''new to Analytica 7.0'' == PyArray( x'', I, dtype'') == Creates a NumPy array from an Analytica array. <code>PyArray( x, I, J, K )</code...")
new to Analytica 7.0
PyArray( x, I, dtype)
Creates a NumPy array from an Analytica array. PyArray( x, I, J, K ) creates a three dimensional NumPy array with the order of dimensions determined by the order that the indexes are listed.
See Also
Comments
Enable comment auto-refresher