You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need a function in matlab to find the correct url to download given a name (e.g., "export_tikz") and any of the user's arguments regarding where to search first (i.e., github vs. matlab exchange), and a release_tag (github only). See find_package() in mpm.py for current functionality.
Two pieces to this:
search github (find_github_repo() in find_package.py)
user has option to set release_tag
python code uses the github pip package, which probably doesn't exist in matlab?
search Matlab Central (find_matlabcentral_repo() in find_package.py)
websave will probably be useful
This code should go in findUrl() in mpm2.m
The text was updated successfully, but these errors were encountered:
Need a function in matlab to find the correct url to download given a name (e.g., "export_tikz") and any of the user's arguments regarding where to search first (i.e., github vs. matlab exchange), and a release_tag (github only). See
find_package()
inmpm.py
for current functionality.Two pieces to this:
find_github_repo()
infind_package.py
)release_tag
find_matlabcentral_repo()
infind_package.py
)websave
will probably be usefulThis code should go in
findUrl()
inmpm2.m
The text was updated successfully, but these errors were encountered: