Passing 2D Numpy Array into MATLAB Engine

조회 수: 19 (최근 30일)
JOHN RAGLAND
JOHN RAGLAND 2021년 1월 17일
답변: Nagasai Bharat 2021년 1월 20일
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

답변 (1개)

Nagasai Bharat
Nagasai Bharat 2021년 1월 20일
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.

카테고리

Help CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by