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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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


You are not allowed to post comments.