美文网首页
jupyter notebook支持matlab语法

jupyter notebook支持matlab语法

作者: 呼吸化为空气 | 来源:发表于2018-08-30 14:48 被阅读811次

    1.安装matlab的python拓展

    进入安装matlab的文件夹,如下路径


    执行py代码,

    python setup.py install
    

    这样就算完成了py的拓展。

    2.在jupyter装 matlab kernel

    pip install matlab_kernel
    

    使用jupyter即可。

    我的matlab版本是2018a, python 3.6.5。用的最新的anaconda。
    参考链接:

    https://github.com/Calysto/matlab_kernel

    https://www.zhihu.com/question/65744778

    相关文章

      网友评论

          本文标题:jupyter notebook支持matlab语法

          本文链接:https://www.haomeiwen.com/subject/ddarwftx.html