|
|
SVG generation from Matlab / OctaveSummary
They are then imported into a vector graphics program and edited further. Here is a compact example that generates an SVG image (scalable vector graphics). The image can then be further edited using a vector graphics drawing program such as Inkscape. Downloading the example
Running the demo
ExampleDemo program (included)
Result Opening test.svg will render the SVG file in your browser, if it supports the format. Going furtherIt is fairly easy to generate other SVG shapes from Matlab/Octave.Here is a list of further examples. The official SVG reference manual is here. A list of color names can be found here. The previous link also explains hex notation, as for example #ff0000 for red. © Markus Nentwig 2007-2008 The content of this page is provided without any warranty and may not be reproduced without permission. Comments? Questions?Please send me a mail! mnentwig@elisanet.fi |