Can we try this illustration using PLE ? I am not in executing the demonstrated workflows successfully with PLE , not able to see the agents moving on the road as like demonstrated in the video ? Is it mandatory to have professional edition to see the demonstrated workflows?
@anylogic-simulation6 жыл бұрын
Yes, please use AnyLogic Professional to follow these steps.
@anassbouatmane87118 жыл бұрын
hello, please how we can return value of release ?and enter?
@markuskmentt49613 жыл бұрын
I dont have the population model, so I tried to change the color of an area with a simple slider (value from 1 to 100) and add the slider in my color-function.... I doesn´t work... ;( lerpColor(S2,transparent,red) with S2 is a normal slider with value range from 1 to 100 any suggestions...?
@anylogic-simulation3 жыл бұрын
Hi Markus! In the function "lerpColor()", you need to specify current value of your slider: lerpColor(S2.getValue(), transparent, red) NOTE: if it is less or equal to 0, the function returns transparent; if it is greater or equal to 1, red is returned; otherwise a color in between. So, S2.getValue() should be additionally normilized: lerpColor(S2.getValue()/100, transparent, red)
@syedsahsultan39054 жыл бұрын
Hello. At 10:23 when I am writing JAVA command, other than 'agents', it is also asking me 'tripTime'. What should I do? Without 'tripTime' it is giving error (Description: tripTime cannot be resolved to a variable.). Please help me out.
@anylogic-simulation4 жыл бұрын
Hi Syed! These types of error can arise when there are spelling mistakes or they can also be caused by calling the wrong method by accident, e.g. using "moveToInTime", when just the "moveTo" method (function) was needed. We suggest you check the whole Java-command and each dependent parameter in it. Quite probably, the problem will be with the case sensitivity of Java. Be sure to use the same 'moveToNearestAgent()' as in the webinar, there are two possibilities.
@shrinwanturaha99736 жыл бұрын
How can i add this simulation in powerpoint presentation
@eric8801078 жыл бұрын
follow this video can even not a single simulation be successful
@zachsaxena6 жыл бұрын
How do I zoom?
@anylogic-simulation6 жыл бұрын
This tutorial covers GIS setup, including zooming 🌐 bit.ly/2FmCZAc