How to get mod symbol

16 views (last 30 days)
MechenG
MechenG on 9 May 2025
Commented: MechenG on 9 May 2025
Hi,
I traying to get mod symbol (absolute magnitude) symbol in the matlab. I couldn't find them in either of the following links
https://uk.mathworks.com/help/matlab/matlab_prog/matlab-operators-and-special-characters.html
  2 Comments
Walter Roberson
Walter Roberson on 9 May 2025

Possibly

\left\|\left\|STUFF\right\|\right\|

MechenG
MechenG on 9 May 2025
Perfect!!

Sign in to comment.

Accepted Answer

Walter Roberson
Walter Roberson on 9 May 2025
title('$||\nabla||$', 'interpreter', 'latex')

More Answers (0)

Categories

Find more on Labels and Annotations in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!