Answered
Best way to look for vector within a matrix
Thank you!

11 years ago | 0

Answered
Best way to look for vector within a matrix
Thank you Jan; sorry for the information I missed. My matrices/vectors have around 550k rows and are made of rationals. In ...

11 years ago | 0

Question


Best way to look for vector within a matrix
Dear all, I have a matrix M (lot of lines, 7 columns) and a vector v (again lot of lines but not the same ad M and 3 columns) ...

11 years ago | 3 answers | 0

3

answers

Answered
Most efficient way to generate combinations
Thank you both! Eventually I did it with [p,q,n] = meshgrid(1:length(x),1:length(y),1:length(z)); indices=[p(:)-1 q(:)-...

11 years ago | 0

Question


Most efficient way to generate combinations
Dear all; I need to generate a large serie of combinations and it is taking a lot. I'm using 3 cycles one inside the other but ...

11 years ago | 3 answers | 0

3

answers

Question


Unexpected result for sin()
Dear all; I think I'm getting crazy or something. Fact is that Matlab is giving me some strange results for a simple sin func...

11 years ago | 4 answers | 0

4

answers

Answered
Unexpected result for sin()
Thank you very much everybody! I figured that out eventually!

11 years ago | 0

Question


How to get a very small value rather than 0?
Dear all; I'm trying to work out a script which should give a ver small value as a result. The problem is that I keep getting 0...

11 years ago | 2 answers | 0

2

answers