I had the ocean script as follow,
monteExpr( "a" "calculation..." )
monteExpr( "b" "calculation..." )
monteCorrelate("a b" 0.5)
monteDisplay()
The summary form monte carlo was working, but nothing gives seems to give me the correlation of a and b.
I also tried monteOutputs(), But it only error out at the end.
If someone knows how to print correlation of monte carlo run from ocean xl that will be very helpful, thanks a lot.