saving . . . saved COmmand for interchanging rows or column has been deleted. COmmand for interchanging rows or column has been hidden .
COmmand for interchanging rows or column
Title
Question
If i need to interchange second row to third row, wen i tried it is done afteroverwiting. Is there any command available in scilab to interchange rows or columns. if so please answer and explain.

Scilab Matrix-Operations 02-03 min 10-20 sec 04-05-19, 1:14 p.m. tselvi123

Answers:

Try using transpose.
04-05-19, 1:47 p.m. manasdas17
The qn was to interchange one row with some other rows
04-05-19, 2:20 p.m. Lathika123

Login to add comment


For interchanging row 1 and 3,
A([1 3],:)=A([3 1],:)
04-05-19, 1:49 p.m. rashpat93
thank you for the correct suggestion. 
04-05-19, 2:27 p.m. Lathika123
Yes this is correct way to interchange, thank you
06-05-20, 2:34 p.m. pmdaryapurkar@gmail.com

Login to add comment


Log-in to answer to this question.