Fill This Form To Receive Instant Help
Homework answers / question archive / I currently have a matlab script that runs a random graph of 40 nodes and a probability of links at 0
I currently have a matlab script that runs a random graph of 40 nodes and a probability of links at 0.18. My script already runs to plot graphs on fraction of links and prevalence over time. The script includes rules for link creation and link breaking according to Achterberg's paper on G-ASIS link breaking and link creating rules. However, I need to be able to plot a graph with prevalence on the y axis, omega (zeta/xi) (effective link breaking rate), and have multiple lines plotted on the graph where each line is increasing tau by 0.1 (tau = beta/delta where delta is 1) It should plot 10 times from 0.1 to 1. Also, I need the X axis to increase in omega where zeta is set to 1 (link breaking rate) and xi increases by 0.1 starting from 0.1. So y axis would be the scale of prevalence, X axis will be omega 0.1, 0.2, 0.3 etc. and the lines will be the prevalence values with a beta increase of 0.1 each plot.