'How to efficiently export large matlab figure to SVG editor Inkscape
I have generated a matlab figure (around 80 megabytes). This figure needs some manual editing in SVG editor. However, when i export the matlab figure to INkscape it turns to 502 Mb file (.svg) and most importantly can't be open in INkscape. In Inkscape the file shows error and error messages are not shown except for blank windows.
The code i used to export is simply plot2svg;
How can I solve this matlab figure exporting problem to SVG editor? Any ideas will be higly appreciated. Many Thanks.
Solution 1:[1]
You can use the following two options:
- Use the following File Scalable Vector Graphics (SVG) Export of Figures from Matlab File exchange
- Save as PDF or png --> Import into Inkscape and increase the resolution--> Do your modifications
- In matlab, use Matlab2tikz to generate a
*.tikzfile --> Compile withLualatex-->Do step 1
Hope this can help
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 |
