dla

Simulates a Diffusion Limited Agregation

Syntax

A = dla(N)
A = dla(...,'Visualization')
A = dla(...,'Propertyname',Propertyvalue)
[A,PNP,RNP] = dla(...)

Description

A = dla(N) Simulates the diffusion limited agregate, A, using a matrix size N. The parameter N is a positive integer that defines the size of the matrix containing the cluster where the simulation is performed.

A = dla(...,'Visualization') Simulates the diffusion limited agregate, A, using a specific type of visualization. The supported Visualizations can be choosen from the list below :

A = dla(...,'Propertyname',Propertyvalue) Generates the diffusion limited agregate, A, applying the specified property settings. The property setting can be choosen from the list below :

[A,RNP,PNP] = dla(...) Simulates the diffusion limited agregate, A, and computes the radius of the cluster, RNP, and the number of particles, PNP, as a function of the number of launched particles, NP.

Examples