What licences does my application depend on?
1 view (last 30 days)
Show older comments
Darren Reynolds
on 12 Jul 2016
Commented: Darren Reynolds
on 13 Jul 2016
I volunteered to maintain an application for a researcher at my university. The basics seem straightforward enough but I need to install MatLab (the development tools) on a non-university PC. I'll be profiling and streamlining the code, or maybe scripting a few things to run it scalably on AWS. Naturally, being a student, I'm trying to avoid spending money. To get started, I thought I might try the student trial download. There are various packages I need to choose from so I think I need to figure out first what licences the applications depends on so I can pick the right package(s). How do I do that, please? I'm just guessing it might be using some video processing component.
0 Comments
Accepted Answer
Andreas Goser
on 13 Jul 2016
Ideally, the university researcher runs the application and after that the command
license('inuse')
Then you immedeately see which toolboxes got used.
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!