creating matrix of 1 nd -1
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
how can i generate random matrix of 1 and -1 ...
thanks in advance
2 comentarios
Thomas
el 21 de Mzo. de 2012
Do you want the elements of the matrix to be only 1 and -1 or between 1 and -1
Respuestas (2)
David Young
el 21 de Mzo. de 2012
Assuming that you want values of 1 and -1 only, you can do
2*randi(2, m, n) - 3
Ver también
Categorías
Más información sobre Creating and Concatenating Matrices en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!