MATLAB: \lVert and \rVert are not rendered on ‘9.7.0.1190202 (R2019b)’, Ubuntu 18.04

2019blatexlinuxplotting

This line
xlabel('$\lVert x \rVert$', 'Interpreter', 'latex')
triggers this message
Warning: Error updating Text.
String scalar or character vector must have valid interpreter syntax:
$\lVert x \rVert$
and then label is rendered as "$\lVert x \rVert$", whithout the latex interpretation. \vert is rendered correctly.

Best Answer

Those are amsmath and that package is not included in MATLAB latex.
Related Question