Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Mupad print instruction is bugged
조회 수: 1 (최근 30일)
이전 댓글 표시
Why cant i hav both NoNL and Typeset parameters
print(NoNL,Typeset,hold(int(0*e^(-s*t),t)))
Gives:
L{ u0(t-a) } = Warning: Conflicting options. Ignoring the 'Typeset' option. [print]
댓글 수: 0
답변 (1개)
Walter Roberson
2015년 10월 12일
How can it be a bug if it is documented behaviour? See example 20 and right in the description of NoNL it says
Note: The option NoNL implicitly sets the option Plain. If the option Typeset is used together with NoNL, a warning is given and Typeset is ignored. Cf. Example 20.
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!