Rank: 1558 based on 40 downloads (last 30 days) and 1 file submitted
photo

Ercan Solak

E-mail
Company/University
Isik University

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Ercan
Updated   File Tags Downloads
(last 30 days)
Comments Rating
15 Sep 2008 Screenshot fig2tex Converts MATLAB figure to a TeX file representation. Author: Ercan Solak figure, pstricks, latex, graphics import, converts, graphics export 40 3
  • 4.66667
4.7 | 3 ratings
Comments and Ratings on Ercan's Files View all
Updated File Comment by Comments Rating
16 Sep 2009 fig2tex Converts MATLAB figure to a TeX file representation. Author: Ercan Solak Sieberer, Lukas

This provides a very convenient way to embed Matlab figures into LaTeX. The results look great!

22 Jun 2005 fig2tex Converts MATLAB figure to a TeX file representation. Author: Ercan Solak Serban, Radu

Great idea! A few problems though:

1) To avoid "Conversion to cell from char is not possible." errors, the concatenation lines of the type
wrstr = [wrstr,linestr];
should be changed to
wrstr = [wrstr,{linestr}];

2) The functions chokes if the figure does not have a legend. It needs a test
if ~isempty(legh)

3) There are several elements that cannot appear in the figure (eg. rectangle, text) since they do not have an 'XData' property. The loop over the children handles should test the 'type' property and act accordingly.

22 Jun 2005 fig2tex Converts MATLAB figure to a TeX file representation. Author: Ercan Solak Demirkan, Ismail

I tried this, works as promised. Figures look like excellent. You can avoid time consuming task of scaling small fonts in Matlab figures.
Thanks for sharing this.

Top Tags Applied by Ercan
converts, export, figure, graphics, graphics export
Files Tagged by Ercan
Updated   File Tags Downloads
(last 30 days)
Comments Rating
15 Sep 2008 Screenshot fig2tex Converts MATLAB figure to a TeX file representation. Author: Ercan Solak figure, pstricks, latex, graphics import, converts, graphics export 40 3
  • 4.66667
4.7 | 3 ratings

Contact us at files@mathworks.com