Passing 2D Numpy Array into MATLAB Engine

18 Ansichten (letzte 30 Tage)
JOHN RAGLAND
JOHN RAGLAND am 17 Jan. 2021
Beantwortet: Nagasai Bharat am 20 Jan. 2021
I'm trying to call matlab's imagesc() within python. I have 2 1D np.arrays (X and Y) and a 2D np.array (Z) that I would like to pass to imagesc(). I have attempted to convert each of these numpy array to lists without luck.
How can I pass multidimensional numpy array to the MATLAB engine?
-Thanks

Antworten (1)

Nagasai Bharat
Nagasai Bharat am 20 Jan. 2021
Hi,
From my understanding the following Community would be helping you to solve the problem.
Alternatively the following documentation might help you to understand better about the mapping.

Kategorien

Mehr zu Call Python from MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by