therockmandolinist Posted December 20, 2015 Share Posted December 20, 2015 (edited) Was wondering if there's already a workflow that does this, giving back results like this search for "cellfun": http://www.mathworks.com/help/search.html?qdoc=cellfun&submitsearch= but in Alfred. Or if anyone knows of a way to do this/can give me any steps in the right direction? Disclaimer: I'm extremely new to workflows, know nothing about creating them, and really only do some python and bash coding, so I'm really not expecting much from this, it's more of a curiosity. Edited December 20, 2015 by therockmandolinist Link to comment
deanishe Posted December 20, 2015 Share Posted December 20, 2015 AFAIK, there isn't a workflow to do this.There doesn't appear to be an API, either, to pull search results from.There is a JSON API for search suggestions, which might be acceptable to you (where cellfun is the search query): http://uk.mathworks.com/help/search/json/doccenter/en/R2015b?submitsearch=&qdoc=cellfun If those results are helpful, this tutorial for Python workflows might help you turn them into a workflow. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now