Anyinkic version for Simulink

Does anyone know what components in Simulink (MATLAB package) are counterparts for AnyLogic components? (e.g. source, buffer, delay, sink). Or how can I easily simulate the behavior of AnyLogic model in MATLAB? Maybe there are some magic tools?

0


a source to share


2 answers


AnyLogic is one of the best business simulation tools and Matlab is the best engineering tool. But they have different designations. Therefore, in most cases, conversion is simply not possible! For instance. to convert airport DE model to Matlab.



My suggestion: use Matlab for engineering problems and AnyLogic for business modeling.

+1


a source


If you are asking if there is an easy way to convert from AnyLogic model to Simulink model, I doubt it. I have not seen such conversion tools.



I have a feeling that you will just need to rebuild your AnyLogic model in Simulink if you want to simulate your models in MATLAB. I would start by looking at the Block List and Function List on this Simulink documentation page . You should be able to find similar components to those in your AnyLogic model.

0


a source







All Articles