Community Profile

photo

Pablo


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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 ...

11 years ago | 1 answer | 0

1

answer

Question


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 ] ...

11 years ago | 2 answers | 0

2

answers

Answered
solution for sequentially concatenating matrices
Actually, I think the solution would be: C(:,1:2:columns*2)=A; C(:,2:2:columns*2)=B;

11 years ago | 0

Question


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 ...

13 years ago | 1 answer | 0

1

answer

Question


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...

13 years ago | 2 answers | 0

2

answers

Question


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 ...

13 years ago | 1 answer | 1

1

answer