Search found 2 matches

by pgadamczyk
Fri May 10, 2013 11:01 pm
Forum: Math & Science
Topic: Loading MatLAB .fig files in Octave, then exporting to LaTeX
Replies: 5
Views: 32770

Loading MatLAB .fig files in Octave, then exporting to LaTeX

Also, here is a link to an expanded version I built based on Cibby's code above. This one includes features such as subplots, markers and marker sizes, scatter plots, text, patches, surfaces, and legends:
http://stackoverflow.com/a/16490536/2371472

Good luck!
-Peter
by pgadamczyk
Fri May 10, 2013 10:59 pm
Forum: Math & Science
Topic: Loading MatLAB .fig files in Octave, then exporting to LaTeX
Replies: 5
Views: 32770

Loading MatLAB .fig files in Octave, then exporting to LaTeX

For any recent users, here is a reconstructed version of the original OCTread_Fig.m function/script from the original author. Thanks, Cibby!

function [D,textItems] = OCTread_FIG(fname,FLAG_PLOT)

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% [D,items] = OCTread ...