|
Phil Pennington wrote:
Thanks Stuart
This appears to provide the same outcome as the original formula however, as below. If I type Fcyl= outside of the solver block, although it does pull out the value automatically, it pulls out the complete matrix including the other 11 outputs, which isn't particularly helpful. I'm really looking to isolate each output in the same manner as I am currently manually typing in the image below

|
OK. You've got a few choices for dealing with this, I think. (I've only got the Prime Express, which doesn't allow access to solve blocks or programs).
Your Find statement will return all of the parameters you've asked it to do. I assume you want all of them.
Either way, you need to define a (column) vector containing all of the names of parameters and in the order that you've put them. You can then replace FCYL in the Solve Block with some arbitrary but meaningful name, such as Results, and then assign Results to the vector of names. Alternatively, you could try just replacing FCYL with the vector of names inside the Solve Block.
Stuart
