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 comentario

Stephen23
Stephen23 el 9 de Nov. de 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".

Iniciar sesión para comentar.

 Respuesta aceptada

Les Beckham
Les Beckham el 7 de Nov. de 2023
Editada: Les Beckham el 7 de Nov. de 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 comentarios

shamal
shamal el 7 de Nov. de 2023
For those who do not speak English well, what is written in the manual is often not understandable even using Google Translate
Steven Lord
Steven Lord el 7 de Nov. de 2023
If there is a specific documentation page or section of a documentation page that you found difficult to understand, please give that feedback to the documentation staff by rating the page. Scroll to the end of the page and select a number of stars under "How useful was this information?" After selecting a number of stars you will be given the opportunity to type more information for the documentation staff.
Les Beckham
Les Beckham el 7 de Nov. de 2023
@Luca Re I'm glad that I was able to help. Thanks for accepting the answer.
@Steven Lord Is the documentation not localized?
Stephen23
Stephen23 el 8 de Nov. de 2023
Editada: Stephen23 el 8 de Nov. de 2023
@Les Beckham: certainly, the online documentation currently offers these locales and languages:
According to some online tools the title in Luca Re's question is in italian, so perhaps "Italia (Italiano)" would be a suitable locale.
piero
piero el 8 de Nov. de 2023
Editada: piero el 8 de Nov. de 2023
but even if I use the Italian translation it doesn't translate Matlab into Italian... I have to use the chrome translation engines
Stephen23
Stephen23 el 8 de Nov. de 2023
@piero: you are right, it is rather odd. Some of the locales (e.g. Spain, China) change the language of the documentation and menus, whereas other locales (e.g. France, Italy) only change the menu language but the documentation itself remains in English! It is not behavior I would expect when using that dialog box.
Write a bug report.
Les Beckham
Les Beckham el 9 de Nov. de 2023
You should absolutely follow @Stephen23's advice and file a bug report.
It definitely seems strange that you are accessing help from the it.mathworks.com/... site that you are seeing the help pages in English.
@Steven Lord does the localized domain of the XX.mathworks.com address determine the language, or is it the specific user's OS/browser settings?
Could this be related to the recent decision to use online help instead of help installed to the local machine by the installer?
shamal
shamal el 9 de Nov. de 2023
Editada: shamal el 9 de Nov. de 2023
i've send a report bug..thank
Steven Lord
Steven Lord el 9 de Nov. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre MATLAB Mobile Fundamentals en Centro de ayuda y File Exchange.

Preguntada:

el 7 de Nov. de 2023

Comentada:

el 9 de Nov. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by