I am trying to make a matrix like
The first column is going to be concatenated string where the first alphabet is the counter of the for loop and the alphabet 'n'
For ex: for coun = 1:1:10
end
should give output for coun = 3 as:
and then I need to put this along with a new matrix j which is
The order of the final matrix is decided by the matrix j as it has the same number of rows as the number of rows of the matrix j.
So the final output is:
0 Comments
Sign in to comment.