Matrix with random integer and defined rank
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
How can I create a matrix with random integer and defined rank?
Respuestas (1)
David Hill
el 24 de Mzo. de 2022
r=1;
while r~=2%desired rank
M=randi(100,3);
r=rank(M);
end
0 comentarios
Ver también
Categorías
Más información sobre Linear Algebra en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!