Matrix with random integer and defined rank
Mostra commenti meno recenti
How can I create a matrix with random integer and defined rank?
1 Commento
DB
il 24 Mar 2022
Hi, have you got an answer?
Risposte (1)
David Hill
il 24 Mar 2022
r=1;
while r~=2%desired rank
M=randi(100,3);
r=rank(M);
end
Categorie
Scopri di più su Creating and Concatenating Matrices in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!