Inserting MATLAB Figure in Latex: Solutions

  • Context: MATLAB 
  • Thread starter Thread starter sara_87
  • Start date Start date
  • Tags Tags
    Figure Latex Matlab
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 4K views
sara_87
Messages
748
Reaction score
0

Homework Statement



I am trying to attach a MATLAB figure in Latex

Homework Equations





The Attempt at a Solution



I saved the graph as .eps instead of .fig, then i opened ghostscript, and saw that the figure was too wide to fit on the page...
how can i mend this?

thank you
 
Physics news on Phys.org
There is the command \includegraphics[scale=0.5]{picture.eps}
Where is this case you have scaled the picture down by half.
 
awesome :)

what if i need it even a bit smaller?
would i put scale=0.75?
or scale=0.25?

thanks
 
i fixed it...
thank you