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.

답변 (1개)

Steven Lord
Steven Lord 2015년 10월 23일

0 개 추천

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.)

카테고리

도움말 센터File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기

태그

질문:

2015년 10월 23일

답변:

2015년 10월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by