MATLAB Help Center
(Not recommended) Display optimization expression
showexpr(expr)
showexpr is not recommended. Use show instead.
showexpr
show
showexpr(expr) displays the optimization expression expr at the MATLAB® Command Window.
expr
example
collapse all
Create an optimization variable and an expression.
x = optimvar('x',3,3); A = magic(3); expr = sum(sum(A.*x));
Display the expression.
8*x(1, 1) + 3*x(2, 1) + 4*x(3, 1) + x(1, 2) + 5*x(2, 2) + 9*x(3, 2) + 6*x(1, 3) + 7*x(2, 3) + 2*x(3, 3)
OptimizationExpression
Optimization expression, specified as an OptimizationExpression object.
Example: sum(sum(x))
sum(sum(x))
For an expression that has many terms, use writeexpr to generate a text file containing the expression information.
writeexpr
The showexpr function is not recommended. Instead, use show. The show function replaces showexpr and many other problem-based functions.
There are no plans to remove showexpr at this time.
OptimizationExpression | show | write
write
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
Europe
Asia Pacific
Contact your local office