Latex

Home Forums Matlab Latex

This topic contains 1 reply, has 2 voices, and was last updated by  cK 8 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #600

    Aero123
    Participant

    How to format the figures from matlab so that we can use in LateX (Font size, weight etc.). Any sample template would be really helpful. Thanks

    #601

    cK
    Keymaster

    Use backslash and character codes for latex in titles, labels, legend, annotations etc.
    E.g. legend('x = \alpha+\beta','x = \beta^2')
    See more info on
    http://in.mathworks.com/help/matlab/creating_plots/text-with-mathematical-expressions-using-latex.html?searchHighlight=latex

    Some properties of the lines,text,etc can be specified in the respective functions.
    E.g. plot(0:360,sind(0:360),'linewidth',2)
    Such properties are mentioned in documentation of the respective funtions. In general properties of objects are changed by get() function. See examples in the linked page.

    • This reply was modified 8 years, 6 months ago by  cK.
    • This reply was modified 8 years, 6 months ago by  cK.
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.