Borrar filtros
Borrar filtros

random array

1 visualización (últimos 30 días)
Kugen Raj
Kugen Raj el 18 de Mzo. de 2012
i'm trying to produce a random plot with random nodes within a specified range. how can I perform this task?

Respuestas (2)

Walter Roberson
Walter Roberson el 18 de Mzo. de 2012

Sahyadri Vibhu
Sahyadri Vibhu el 20 de Mzo. de 2012
depvar = randi ([a b],c,d);
plot (depvar);
where "a" and "b" are the limits and a cXd matrix is stored in depvar

Categorías

Más información sobre Line Plots en Help Center y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by