Publishing pdf, pb with line lenght

2 次查看(过去 30 天)
Hello,
I have a problem when i publish on pdf format. Sometims my line code is too big and on a pdf i don't see all the line.
For example : on matlab i have
VO2_Dyn_for_C=Value_C(eW_ore)*Coeff_C(eW_ore)+Value_C(ePCO_estimate)*Coeff_C(ePCO_estimate)
On the pdf i have
VO2_Dyn_for_C=Value_C(eW_ore)*Coeff_C(eW_ore)+Value_C(ePCO_estima
It is possible for matlab to display one line code to severals lines on the pdf for see all the code ???
Thank you for your help !

采纳的回答

Fangjun Jiang
Fangjun Jiang 2011-7-27
One way to consider is to use the ... symbol to put your code in multiple lines. M-editor has a right-hand text limit, which is 75 characters by default and it has a line to indicate it.
VO2_Dyn_for_C=Value_C(eW_ore)*Coeff_C(eW_ore) ... +Value_C(ePCO_estimate)*Coeff_C(ePCO_estimate)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Install Products 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by