From: Neeta on
I am using simulink for Hybrid Power system modeling and looking for an optimization block support in simulink. Do we have such block in Simulink?
I have explored optimization tool box for optimization but unable to interface it with simulink.
From: Saurabh Mahapatra on
Hi Neeta,

Have you taken a look at Simulink Design Optimization:

http://www.mathworks.com/products/sl-design-optimization/

You will have to frame your optimization problem within the context of the blocks available within this product.

Thanks,

Saurabh

"Neeta " <neeta.khare(a)villanova.edu> wrote in message <hjl41i$fs3$1(a)fred.mathworks.com>...
> I am using simulink for Hybrid Power system modeling and looking for an optimization block support in simulink. Do we have such block in Simulink?
> I have explored optimization tool box for optimization but unable to interface it with simulink.
From: Saurabh Mahapatra on
Hi there,

Have you considered this possibility to create a separation of the signal into two channels: Drag two simple enabled subsystem that has an inport connected to the outport. Drive the input stream into both of them. Use a compare to zero block to obtain the control input for the first subsystem. If you choose the output data type as boolean, the you can use the Logical Operator (NOT) block to obtain the control signal for the lower block. If you attach displays, you should be able to see your signal flter through the two channels separately.

If you want this separation to look as one unit, put them inside another subsystem. Mask it if you want to hide the details.

Thanks,

Saurabh