Can I put restrictions on possible values for variables?

17 views (last 30 days)
Say I have a system of equations or an equation I want to solve, but only under certain conditions for my variables (eg: x is not 0 or x<20)
How could I create a variable with certain restrictions on it's possible values? (or would I specify that when using a specific function for solving the equation(s)?

Answers (1)

Star Strider
Star Strider on 9 Sep 2014
I’m not certain what you are doing, but the Symbolic Math Toolbox assume function (and its friends listed at the end of the page) may be helpful.

Community Treasure Hunt

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

Start Hunting!