How to get access to Matlab drawings libraries
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I'd like to develop a man-machine-interface with pre-defined drawings. Has Matlab got libraries of existing drawings and how can I reach them ?
Thanks.
3 comentarios
Walter Roberson
el 15 de Jun. de 2018
Would they be fixed size? Bitmaps? Vector graphics? Do they need to have editable properties like "Change the angle of that arrowhead, and make the shaft a blue dashed line of width 3? Or "use these as fixed points but let me drag this point around and make the spline curve follow"?
Respuestas (3)
Ced Desm
el 13 de Jun. de 2018
1 comentario
Steven Lord
el 13 de Jun. de 2018
What do you want to DO with those simple drawings? Display them, use them as an executable flowchart, use them as part of a GUI, etc.?
Walter Roberson
el 26 de Jun. de 2018
There are a small number of things that could vaguely be said to be "drawing library"-ish in MATLAB:
- annotation() permits selection of line shape or drawing shape. annotation() draws on the display. Be careful, though: annotations are in figure units, not in data units
- insertShape() from the Computer Vision toolbox permits lines and shapes to be drawn into an array (not onto the display.) There are a couple of variations of this.
2 comentarios
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!