-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add tutorial for setting up dynamically loaded filters #419
Conversation
Codecov Report
@@ Coverage Diff @@
## master #419 +/- ##
==========================================
+ Coverage 85.31% 86.00% +0.69%
==========================================
Files 125 125
Lines 4752 5067 +315
==========================================
+ Hits 4054 4358 +304
- Misses 698 709 +11
Continue to review full report at Codecov.
|
@bendichter The OSX/Linux mention should be placed above the instructions IMO. I would consider just linking to MATLAB docs for Windows users instead of opening the command prompt. Can't do suggestions since |
why/how is this different for Windows? |
You'd use the system path menus (https://www.howtogeek.com/118594/how-to-edit-your-system-path-for-easy-command-line-access/) for windows instead of opening a command prompt. This change is permanent on the machine and only requires a MATLAB restart for equivalent changes. I guess for temporary filter usage this script is okay, though I don't know how well it works in cmd/powershell. |
@lawrence-mbf what do you think of these changes? |
You wouldn't set the environment variable in MATLAB but I can append to the documentation later via #421 |
No description provided.