Publishing pdf, pb with line lenght
1 回表示 (過去 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 !
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Logical についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!