Community Profile

photo

Seongmun Jung


Last seen: 9 months ago Active since 2019

Statistics

All
  • Personal Best Downloads Level 3
  • 5-Star Galaxy Level 3
  • First Answer
  • First Submission

View badges

Content Feed

View by

Submitted


Plot Digitizer for MATLAB
You can digitize a graph using this code

9 months ago | 103 downloads |

Thumbnail

Answered
LaTeX Interpreter and Blackboard bold (\mathbb{}) for text
Use ℝ (Unicode Decimal Code &#8477) ylabel('\alpha \in ℝ') or ylabel(sprintf("\\alpha \\in %c", 8477))

2 years ago | 0

Submitted


Custom line style for plot function
Use your custom line style

2 years ago | 22 downloads |

Thumbnail

Answered
More line style in Matlab
https://www.mathworks.com/matlabcentral/fileexchange/97512-custom-line-style-for-plot-function

2 years ago | 0

Submitted


Cubic Convolution Interpolation
Cubic Convolution Interpolation

4 years ago | 2 downloads |