在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):mrkrd/matlab_wrapper开源软件地址(OpenSource Url):https://github.com/mrkrd/matlab_wrapper开源编程语言(OpenSource Language):Python 100.0%开源软件介绍(OpenSource Introduction):matlab_wrapperWith matlab_wrapper you can easily talk to MATLAB from your Python scripts and an interactive shell. MATLAB session is started in the background and appears as a regular Python object. Info: matlab_wrapper is maintained, but not actively developed. UsageInitialize: import matlab_wrapper matlab = matlab_wrapper.MatlabSession() Low level: matlab.put('a', 12.3) matlab.eval('b = a * 2') b = matlab.get('b') Workspace: s = matlab.workspace.sin([0.1, 0.2, 0.3]) sorted,idx = matlab.workspace.sort([3,1,2], nout=2) matlab.workspace.a = 12.3 b = matlab.workspace.b More examples are in the examples directory! Features
For a complete list of changes including new features, check the NEWS.rst file. InstallationFirst, make sure that you have the following components installed:
Next, install matlab_wrapper using pip (the standard Python package installation tool) from your command line: pip install matlab_wrapper ContributeCheck our CONTRIBUTING guidelines.
SupportIf you are having issues, please let me know through the issue tracker: https://github.com/mrkrd/matlab_wrapper/issues. Try to avoid duplicates by searching previous issues, checking FAQ, and CONTRIBUTING. Acknowledgmentsmatlab_wrapper was forked from pymatlab. MATLAB is a registered trademark of The MathWorks, Inc. LicenseThe project is licensed under the GNU General Public License v3 or later (GPLv3+). |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论