title with confusing words
이전 댓글 표시
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
Stephen23
2023년 11월 9일
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".
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Mobile Fundamentals에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


