Create a nxn matrix with the same values
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
AnnaMaria Accardo
am 25 Feb. 2015
Kommentiert: Gangadhar Venkata Ramana
am 7 Aug. 2021
Hi all, Is there other methods to create an nxn matrix with the same values? I found a method which is
B(1:9, 1:9) = 3
that is perfect but, there is a different method?
0 Kommentare
Akzeptierte Antwort
Rick Rosson
am 25 Feb. 2015
B = 3*ones(9);
2 Kommentare
Gangadhar Venkata Ramana
am 7 Aug. 2021
Dear @Rick Rosson
I have been trying to multiply a scalar value to 2D matix inside the batch parallel processing.
I am unable to scale the matrix with the scalar value. An error showing, matix dimensions must agree.
Kindly suggest a solution.
Thank you
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Linear Algebra finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!