필터 지우기
필터 지우기

How do write dOmega in symbol in live editor

조회 수: 2 (최근 30일)
Jinho Lee
Jinho Lee 2022년 2월 17일
댓글: Jinho Lee 2022년 2월 17일
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 = 

카테고리

Help CenterFile Exchange에서 Conversion Between Symbolic and Numeric에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by