Report Generator - Writing subscripts within text
이전 댓글 표시
I'm using the report generator and would like to include a variable letter with a subscript, for instance Q_turbine. Is there any way to get the report generator to write the subscript within a text. I know how to the the LaTeX commands to add subscripts to an axis label, but I'm not sure how this would work for plain text.
댓글 수: 2
Jarrod Rivituso
2011년 4월 20일
Which Report Generator element do you want to contain the subscript?
Ryan
2011년 4월 20일
답변 (2개)
Oleg Komarov
2011년 4월 20일
0 개 추천
EDIT
This is what you get
%%
% My solution:
%
% $$ Q_{turbine} $$
%
% Jarrod's:
%
% <html>
% Q<sub>turbine</sub>
% </html>

댓글 수: 9
Ryan
2011년 4월 20일
Oleg Komarov
2011년 4월 20일
Which version do you have?
Ryan
2011년 4월 20일
Oleg Komarov
2011년 4월 20일
Unfortunately you cannot embed latex equations with that version: http://www.mathworks.com/support/solutions/en/data/1-6CKOEZ/index.html?product=MR&solution=1-6CKOEZ
A workaround is suggested in the technical solution above.
Ryan
2011년 4월 20일
Oleg Komarov
2011년 4월 20일
Yes but the quality of latex equations is poor.
Ryan
2011년 4월 20일
Ryan
2011년 4월 20일
Oleg Komarov
2011년 4월 21일
Sorry, didn't get it! Never used report generator, can't be of any help.
Jarrod Rivituso
2011년 4월 20일
Not sure if this meets your needs, but it seems like you could write HTML formatted text in a separate file and then include it using the "File" component.
In case you don't know, the < sub > tag is used for subscript in HTML:
This is a subscript: Qturbine
카테고리
도움말 센터 및 File Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!