简体   繁体   中英

How to export only Histogram mean to excel from Anylogic?

I'm connecting my excel file to anylogic and it works well when I use kind of data like parameters but I have problems when I want to export only the mean value of a Histogram. The Histogram is a FlowTime of a product.

FlowtimeCPNocciole.add((time()-entity.SystemIn)+entity.protime);

Can you help me with this problem? Thank you.

If you're using the histogram data object (see image) all you have to do is FlowtimeCPNocciole.mean() and it returns the mean value.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM