How do write dOmega in symbol in live editor

2 次查看(过去 30 天)
I can write Omega by using "syms Omega" but how do I write dOmega(small change of Omega) in symbol...?

回答(1 个)

Walter Roberson
Walter Roberson 2022-2-17
编辑:Walter Roberson 2022-2-17
syms Omega d_Omega d__Omega
Omega+d_Omega+d__Omega
ans = 
Probably not what you want. I suggest you consider using "prime" or "dot" notion instead
syms Omega Omega__dot Omega__prime
Omega+Omega__dot+Omega__prime
ans = 

标签

Community Treasure Hunt

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

Start Hunting!

Translated by