Returning the Matrix, Row and Column of Matrix (Basic Mat Lab)?

For the questions is there anyway to make the answer looks more clean or better coding?
Mat Lab Answers 2.jpg
A(1,3)
B = [1:10; 11:20; 21:30; 31:40; 41:50; 51:60; 61:70; 71:80; 81:90; 91:100; 101:110; 111:120; 121:130; 131:140;]

 Risposta accettata

B=reshape([1:140],[10 14])'

8 Commenti

Oh my... This command is amazing! the first question is acceptable right? and then use the better command you gave me for second question.
Also it is good habit to use transpose rather than the complex conjugate transpose:
reshape(1:140,[10,14]).'
So I shouln't use the square brackets?
>> B=reshape(1:140,10,14)'
(1:140) is simply 1:140
So with using the command reshape. so far, this is the best one I should use
B = reshape(1:140,[10,14])'
Yes @Madhan @Stephen Thanks
Thank you guys ♥♥♥

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by