Azzera filtri
Azzera filtri

How do write dOmega in symbol in live editor

2 visualizzazioni (ultimi 30 giorni)
Jinho Lee
Jinho Lee il 17 Feb 2022
Commentato: Jinho Lee il 17 Feb 2022
I can write Omega by using "syms Omega" but how do I write dOmega(small change of Omega) in symbol...?

Risposte (1)

Walter Roberson
Walter Roberson il 17 Feb 2022
Modificato: Walter Roberson il 17 Feb 2022
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 = 

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by