Publishing pdf, pb with line lenght
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuesta aceptada
Fangjun Jiang
el 27 de Jul. de 2011
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Logical en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!