Core_py2matlab: convert data from Python to MATLAB and back.

버전 1.0.1.0 (9.71 KB) 작성자: Kyle
Convert Python data structures to MATLAB data structures and vice versa.
다운로드 수: 1.3K
업데이트 날짜: 2015/11/4

라이선스 보기

With a Python distribution and MATLAB installed on the same machine, MATLAB can create Python data structures from within; e.g. myPyStr = py.str('Hello World!'). Python data structures can also be created within MATLAB by the output of a Python package. Python data can be converted back into a MATLAB data type through type-conversion, e.g. char(myPyStr). This function automates the identification of the Python data type and convert it to the appropriate MATLAB data type and vice versa.

인용 양식

Kyle (2024). Core_py2matlab: convert data from Python to MATLAB and back. (https://www.mathworks.com/matlabcentral/fileexchange/53717-core_py2matlab-convert-data-from-python-to-matlab-and-back), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2015b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.1.0

There was a bug in the conversion from Matlab into Python data structures regarding arrays in a cell.

1.0.0.0