How to get values matrix ​​from the user ?

1 view (last 30 days)
Hi everyone
I want to write Programm that take the user to a matrix, eg 2 * 3 ,Then move rows and columns of the matrix.How do I do it???
TNX For Answer...

Accepted Answer

Joseph Cheng
Joseph Cheng on 4 Apr 2014
you can use input() and ask for the matrix. then transpose the matrix with B=A';
  5 Comments
Joseph Cheng
Joseph Cheng on 4 Apr 2014
Well you're asking it so its more than you're willing to do
Majid Hashemi
Majid Hashemi on 4 Apr 2014
Ok,Sorry And Thanks For Your Help...

Sign in to comment.

More Answers (0)

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!