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...
13年弱 前 | 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年 前 | 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年 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 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年弱 前 | 1 件の回答 | 1
