I would like to convert the formula to Matlab, but each time I want to run the ToMatlab file, is there any way to automatically load the ToMatlab component when launching the software?
Asked
Active
Viewed 457 times
0
Needs["ToMatlab"]to your [Init.m` file](https://mathematica.stackexchange.com/q/63739/38178). – Henrik Schumacher Jun 23 '18 at 12:39Needs["ToMatlab`"]. Or how do you load the packages usually? Make sure that it is is located somewhere where mathematica can find it (e.g.inFileNames[FileNameJoin[$UserBaseDirectory, "Applications"]]) and that you edited theInit.mfile that belongs to your user account (it'sFileNames[FileNameJoin[$UserBaseDirectory, "Kernel", "init.m"]]). – Henrik Schumacher Jun 23 '18 at 13:15