title with confusing words

2 vues (au cours des 30 derniers jours)
Luca Re
Luca Re le 7 Nov 2023
Commenté : Steven Lord le 9 Nov 2023
legend([hp1 hp2 hp2_ hp3],'Location','northwest');
sett=extractBefore(Set.tslist,'.');
if Set.allow_only_oos
sett=strcat(sett,' *** OOS ***');
end
sett
title(Ax_Eq,sett);
sett =
'SISTEMI_DA_VALUTARE_SENZA_COMMISSIONI'
  1 commentaire
Stephen23
Stephen23 le 9 Nov 2023
I was wondering it is time to retire this default setting.
TeX and LaTex were perhaps relatively well-known and well-used by MATLAB's core user-group forty years ago... but as:
  • more users come from a wider range of backgrounds which have no exposure to the rather arcane (La)TeX,
  • huge advances in character encoding (Unicode), which includes quite a few e.g. superscript and subscript characters that avoid the need for markup.
perhaps it would be simpler to make the "interpreter" default to "none".

Connectez-vous pour commenter.

Réponse acceptée

Les Beckham
Les Beckham le 7 Nov 2023
Modifié(e) : Les Beckham le 7 Nov 2023
sett = 'SISTEMI_DA_VALUTARE_SENZA_COMMISSIONI';
title(sett, 'Interpreter', 'none')
If you read the documentation you will have better luck using Matlab: title
Also, if you are just getting started with Matlab, I would highly recommend that you take a couple of hours to go through the free online tutorial: Matlab Onramp
  9 commentaires
Luca Re
Luca Re le 9 Nov 2023
Modifié(e) : Luca Re le 9 Nov 2023
i've send a report bug..thank
Steven Lord
Steven Lord le 9 Nov 2023
We prioritize translating documentation pages into various languages based on page views. The documentation page for the title function has not yet been translated into Italian.
The mechanism I suggested above, using the text field for feedback that appears after giving the page a number of stars at the "How useful was this information?" prompt, is the recommended way to inform the documentation staff of your interest in having a particular page translated.

Connectez-vous pour commenter.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by