sba - create the derivational BA model with arbitrary attractiveness, fitness and nonlinear attachment probability.
Recently scholars purposed several new parameters such as attractiveness, fitness and nonlinear attachment probability in order to simulate the different statistic results of networks. People could define the matrix assort, k0, with different rules, generate the Dorogovtsev -Mendes-Samukhin (DMS) model, Krapivsky model, Bianconi-Barabasi (BB) model.
assort=ones(1,10000); k0=zeros(1,10000); [a b]=sba(6,4,9994,assort,k0,2);