matlab array to numpy array

조회 수: 12 (최근 30일)
Muneeb Hassan
Muneeb Hassan 2017년 3월 15일
댓글: Walter Roberson 2017년 7월 20일
I want to convert the matlab array of dimension 60000x784 to numpy array to use in python. Is there anyway I can do that?

답변 (1개)

ES
ES 2017년 3월 15일
write the numpy array into mat file and load it into MATLAB.
  댓글 수: 2
Muneeb Hassan
Muneeb Hassan 2017년 3월 15일
I have the .mat file. I want the variables in .mat store as separate variable in numpy array.
Walter Roberson
Walter Roberson 2017년 7월 20일
Steven comments to J Smith:
This answer could be better than a 1 line sentence that anyone could figure out. It doesn't even include code

댓글을 달려면 로그인하십시오.

카테고리

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