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!