Get a numerical result after a symbolic declaration.

1 view (last 30 days)
Initially, I declared the symbolic variable q, but I need to get the results by replacing the value of q found. Once note q, I no longer want the symbolic result, but the numeric result.
Also, I should do the symbolic integration of x * dx * dy between 0 and x, 0 and y knowing that y = mx + q

Answers (1)

madhan ravi
madhan ravi on 22 Oct 2018
Edited: madhan ravi on 22 Oct 2018
subs(F_D,q)

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!