How can I do this integration??

1 Ansicht (letzte 30 Tage)
AppleNg
AppleNg am 25 Jul. 2022
Kommentiert: Walter Roberson am 26 Jul. 2022
Hi guys. I want to solve the below integration problem by matlab. I cannot get the correct answer by integration function.
  7 Kommentare
Walter Roberson
Walter Roberson am 26 Jul. 2022
When you use the Live editor, then for the display of symbolic expressions, each identifier is examined. The identifier is split at _ and . Each segment is examined, and if it is the English name of a Greek letter then the corresponding Greek symbol is rendered. For components after the first, some key words such as dot and hat are recognized and indicate accents modifying what is rendered.
You cannot, for example, use β itself as an identifier but you can use beta and in appropriate context it will render as β
You cannot get an identifier to render as sθ or δθ but if you used delta_theta it should render as δ with subscript θ
Again this is only Livescript

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by