Implementing a Markov Modulated Poisson Process - Mathworks Help dead link
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Bryan Martin
am 8 Aug. 2023
Kommentiert: Bryan Martin
am 13 Okt. 2023
I am attempting to simulate a Markov Modulated Poisson process and found the example listed under the "What is Queuing Theory" page (Queuing Theory - MATLAB & Simulink (mathworks.com)) but the link for the example (Generating Entities as a Markov-Modulated Poisson Process - Example) no longer takes me to the example.
Is there an example available for modeling an MMPP in matlab or simulink that anyone knows of? Thank you!
0 Kommentare
Akzeptierte Antwort
Yash
am 23 Aug. 2023
Hi,
The example ‘Generating Entities as a Markov-Modulated Poisson Process’ you are referring to was modelled using the old SimEvents library that was removed in MATLAB R2021b. This example has not been ported to the new SimEvents library and the old SimEvents blocks were removed from R2021b onwards.
Fortunately, this example is still available in R2021a. In MATLAB R2021a you can open this example from the MATLAB command line by using:
>> sedemo_mod_markov_poisson
Hope it helps!
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!