matlab array to numpy array
이전 댓글 표시
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
2017년 3월 15일
0 개 추천
write the numpy array into mat file and load it into MATLAB.
댓글 수: 2
Muneeb Hassan
2017년 3월 15일
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
카테고리
도움말 센터 및 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!