Skip to main content

All Questions

-1 votes
1 answer
472 views

Plot for loop legend with fraction

I am using MATLAB R2018b. I have a for loop plot. I am struggling with legend which has fraction in it. My code and present output: % Plot ColorVec = hsv(length(Phi)); markers = {'+','o','*','.','...
Mainland's user avatar
  • 4,514
9 votes
2 answers
1k views

Why is Matlab placing text spaces in legend using Latex when the figure gets saved as a PDF?

I am trying to put a legend in Matlab figures that include a symbol in Latex. When I plot the figure, the legend looks fine. However, when I export the figure as a PDF, the legend gets spaces put into ...
Lou's user avatar
  • 1,143
0 votes
1 answer
1k views

Latex multiline bracket in a Matlab annotation

I'm looking to annotate a figure made with Matlab with some bracket that would wrap around 3 lines. An example is given in the figure linked: I have succeeded in adding a second legend. But I'm ...
mwoua's user avatar
  • 403