Feeds
提问
data encryption embedding in vector
Let the big matrix= [15 0 -50 23 0 0 75] small matrix=[1 0 1] required matrix=[15 1 -50 23 0 1 75] retaining al...
9 years 前 | 1 个回答 | 0
1
个回答提问
I want to traverse an array in an 'inverse s' order and store in a single row array is there any matlab function or code for this?eg[1 2 3; 3 4 5; 4 5 1] becomes [1,2,3,5,4,3,4,5,1]
[1 2 3; 3 4 5; 4 5 1] becomes [1,2,3,5,4,3,4,5,1]
9 years 前 | 2 个回答 | 0
