Feeds
提问
maknig tab delimited files
hello, I am trying to optimize the generation and saving of a ~95x20000 cell (F) into a tab-delimited file. only the first row...
12 years 前 | 1 个回答 | 0
1
个回答提问
merging a double matrix within a cell array
Hello, I can't find the solution of merging a double matrix within a cell array: A matrix m x n, C, where two contiguous ...
13 years 前 | 1 个回答 | 0
1
个回答提问
solution for sequentially concatenating matrices
Hello, I was wondering if there was a simple function to concatenate 2 matrices of same dimensions so that: A=[ a c ] ...
13 years 前 | 2 个回答 | 0
2
个回答已回答
solution for sequentially concatenating matrices
Actually, I think the solution would be: C(:,1:2:columns*2)=A; C(:,2:2:columns*2)=B;
solution for sequentially concatenating matrices
Actually, I think the solution would be: C(:,1:2:columns*2)=A; C(:,2:2:columns*2)=B;
13 years 前 | 0
提问
calculating zig zags from simple path analysis with XY input data
Hello, I was looking for code that, given X and Y coordinate vectors would be able to calculate: speed (euclidean distance ...
14 years 前 | 1 个回答 | 0
1
个回答提问
how to setup matrix with random unique combinations
Hello, in a M = 4x4 matrix I want to place 1 unique value (x=1) per column so that sum(M,2) = 1: e.g., [1 0 0 0; 0 0 0 1; 0 1...
14 years 前 | 2 个回答 | 0
2
个回答提问
inserting submatrices within a larger matrix
Hello, I am trying to add 4 different submatrices (4 x4 elements) along the diagonal of a a larger 16 x 16 matrix. the end ...
15 years 前 | 1 个回答 | 1
