Load SVG into your MATLAB code

Versione 1.1.0 (14,9 KB) da Tommy
This function is not perfect yet, but it is better than any of the existing svg read functions.
1,4K download
Aggiornato 24 lug 2019

Visualizza la licenza

The zip contains the following files:.
*loadsvg: main function
*svgc: local function for calculating points on Bézier curves
*svgl: local function to compute a point on a line

This function reads the path data in svg and calculates curves and lines. All lines and cubic Bézier curves are supported, but quadratic and elliptical curves are not yet supported (To be updated). It also does not support circles or rectangles that are not path data.

*A fill cannot be drawn.

How to use
*loadsvg (filename, finish, graph)
*filename: the name of the file you want to load
*finish: The accuracy of curves and lines. This value is between 0 and 1, and the closer to 0, the higher the resolution.
*graph: Takes a value of true or false. If true, draw svg on the graph. If false, just output an array of coordinates.

Cita come

Tommy (2024). Load SVG into your MATLAB code (https://www.mathworks.com/matlabcentral/fileexchange/72225-load-svg-into-your-matlab-code), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2019a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.1.0

*Even an svg such as ".123.456" would recognize it as "0.123, 0.456".
*ID is not recognized, but there is no error with id.

1.0.0