Search code examples
functionmatlabstrsplit

Add a function to Matlab path


I am trying to add the strsplit function to my MATLAB path, but I don't know how to do it.

Link : strsplit function

I am trying to use the function for my work, but somehow that function does not exist in my version of MATLAB that i currently have.


Solution

  • strsplit is not a matlab function, in the sense that it does not come with MATLAB, your link is to the mathworks file exchange which is a community of MATLAB users.

    You can use the dialog box in the "File"->"Set Path" menu to add the file to your path.
    This is assuming you have actually the file and for some reason it is not on your path.