简体   繁体   English

如何仅导出直方图意味着从Anylogic中脱颖而出?

[英]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. 我正在将excel文件连接到anylogic,当我使用诸如参数之类的数据时,它运行良好,但是当我只想导出直方图的平均值时遇到问题。 The Histogram is a FlowTime of a product. 直方图是产品的FlowTime。

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. 如果您正在使用直方图数据对象(参见图片),那么您所要做的就是FlowtimeCPNocciole.mean(),它会返回平均值。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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