scottclowe / matlab-schemer

Apply and save color schemes in MATLAB with ease.
BSD 2-Clause "Simplified" License
1.19k stars 273 forks source link

Intallation #17

Closed siparast closed 7 years ago

siparast commented 7 years ago

Can someone tell me exactly what to do. I can't get it to work

scottclowe commented 7 years ago
  1. Download zip file either through github or through fileexchange.
  2. Extract the zip file contents to whatever folder you'd like to put the files in.
  3. Run MATLAB.
  4. 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 use addpath command. 4c. Or you can change the current folder in MATLAB, either using cd 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.
  5. Type schemer_import at the MATLAB command prompt.
siparast commented 7 years ago

Thanks a lot!

scottclowe commented 7 years ago

I take it everything is working now? Let me know if you have any issues.

siparast commented 7 years ago

Yeah everything is working now. I had to reinstall my matlab for some reason but after that everything worked out great. Appreciate the help