| Author |
Comment/Response |
ndrs
|
07/28/10 09:13am
Hi,
Assume I'm using optimize.m on the function:
y = a+b+c+x
The result could be an expression like:
y = o1+o2+o3+o4
In following calculations i need to access x. So I'd like to have the solution like:
y = o1+o2+o3+x
Is there any way to exclude a variable from the optimization ?
URL: , |
|