problem with commands poly2cw and polybool - Mapping Toolbox
2 views (last 30 days)
Show older comments
I have to use the commands poly2cw and polybool but when I run my program I received a message from matlab that I might be needed Mapping Toolbox. Apparently the edition that I have (Academic License) doesn't support Mapping Toolbox. Is it any other alternative?
1 Comment
Walter Roberson
on 15 Jun 2015
Mapping Toolbox is an optional extra-cost that is available for Academic License.
Answers (1)
Eric Lin
on 15 Jun 2015
Besides writing your own implementations, it may be worth checking out the Computational Geometry functions included in base MATLAB, which include functions for computing convex hulls and the intersection of rectangles.
Use of "poly2cw" and "polybool" will require the Mapping Toolbox.
0 Comments
See Also
Categories
Find more on Graphics Object Properties in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!