How to install toolbox for MATLAB

后端 未结 4 787
借酒劲吻你
借酒劲吻你 2020-12-28 12:52

I am just wondering, if I need a toolbox which not available in my MATLAB, how do I do that? For example: if I need image processing toolbox, how do I get it?

4条回答
  •  灰色年华
    2020-12-28 13:39

    first, you need to find the toolbox that you need. There are many people developing 3rd party toolboxes for Matlab, so there isn't just one single place where you can find "the image processing toolbox". That said, a good place to start looking is the Matlab Central which is a Mathworks-run site for exchanging all kinds of Matlab-related material.

    Once you find a toolbox you want, it will be in some compressed format, and its developers might have a "readme" file that details on how to install it. If it isn't the case, a generic way to attempt installation is to place the toolbox in any directory on your drive, and then add it to Matlab path, e.g., going to File -> Set Path... -> Add Folder or Add with Subfolders (I'm writing for memory but this is definitely close).

    Otherwise, you can extract all .m files in your working directory, if you don't want to use downloaded toolbox in more than one project.

提交回复
热议问题