how to define a symbolic variable with type ???

i want to declare a symbolic variable S and define the type as REAL. MATLAB takes the default type as COMPLEX variable.

Antworten (1)

Steven Lord
Steven Lord am 23 Okt. 2015

0 Stimmen

To tell Symbolic Math Toolbox to assume x is a real variable, use this code:
syms x real
or use ASSUME on the symbolic variable after the fact (see "help assume" for more information.)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 23 Okt. 2015

Beantwortet:

am 23 Okt. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by