Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Mupad print instruction is bugged
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Walter Roberson
am 12 Okt. 2015
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 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!