matlab array to numpy array
조회 수: 12 (최근 30일)
이전 댓글 표시
I want to convert the matlab array of dimension 60000x784 to numpy array to use in python. Is there anyway I can do that?
댓글 수: 0
답변 (1개)
ES
2017년 3월 15일
write the numpy array into mat file and load it into MATLAB.
댓글 수: 2
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 Center 및 File Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!