필터 지우기
필터 지우기

Using Python functions in Matlab (eigsh function)

조회 수: 8 (최근 30일)
Luqman Saleem
Luqman Saleem 2019년 1월 20일
답변: Brian Lee 2019년 2월 25일
I want to use python scipy's eigsh() function in Matlab on Windows 10.
I am using following code as an example
A=[1 0; 0 1];
py.scipy.sparse.linalg.eigsh(A)
but it is giving me this error
% Python Error: ModuleNotFoundError: No module named 'libmwbuffer'
% Python function '' might not be able to accept at least one input argument at position 1. The function may require a specific data type that you can construct from the MATLAB array. For more information, see the documentation for Python function '' and working with Python arrays.
How can I solve this problem?
Note: I know there are eig() and eigs() function in Matlab that can solve the eigenvalue problems. But I want to use Python's eigsh() function.

답변 (1개)

Brian Lee
Brian Lee 2019년 2월 25일
I am also interested in this. I want to pass an image (3-dimensional array) to a python function and receive the same error.

카테고리

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