Community Profile

photo

Joe Lettieri


Last seen: 7 months ago Active since 2021

Statistics

  • First Answer
  • Thankful Level 2

View badges

Content Feed

View by

Answered
Print curly braces in a plot
Another idea is to use the text command and a LaTeX math mode brace and just rotate it and change the font size... clear; clc; ...

10 months ago | 0

Question


Is it possible to programmatically run and export a live function in MATLAB Version: 9.8.0.1323502 (R2020a)? I know in version 2022 you can use the export function.
I know that in Matlab 2022, you can use the function export("MyLiveScript.mlx"); to export a Live Script or Function. But thi...

2 years ago | 1 answer | 0

1

answer

Question


Exporting only the plot legend to a jpg file
I have an odd case where I want to export the legend (only) of a plot to a jpeg file. That is, I don't what the whole figure, o...

3 years ago | 3 answers | 0

3

answers