Intallation
siparast opened this issue · 4 comments
siparast commented
Can someone tell me exactly what to do. I can't get it to work
scottclowe commented
- Download zip file either through github or through fileexchange.
- Extract the zip file contents to whatever folder you'd like to put the files in.
- Run MATLAB.
- Add the matlab-schemer folder to your MATLAB path, so MATLAB will be able to find the file
schemer_import.m
. There's various ways you can do this.
4a. You can do this by clicking the'Set path'
button on the MATLAB tool ribbon, then use'Add folder'
or'Add with subfolders'
and select the matlab-schemer folder (for Schemer, you don't need to add subfolders, but for other packages you do).
4b. Or you can useaddpath
command.
4c. Or you can change the current folder in MATLAB, either usingcd
or the GUI, to be the directory containing MATLAB schemer. This will work because the current folder is always included in the search path, but it is only temporary because MATLAB Schemer will stop being on the path when you move to a different folder. - Type
schemer_import
at the MATLAB command prompt.
siparast commented
Thanks a lot!
scottclowe commented
I take it everything is working now? Let me know if you have any issues.
siparast commented
Yeah everything is working now. I had to reinstall my matlab for some reason but after that everything worked out great.
Appreciate the help