GUIDE - guidata not working
Dear all;
I don't have much of experience with guide so what I'm asking might be a real silly issue...
I have a simple GUI in ...
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 ...
12 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) ...
12 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(:)-...
12 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 ...
12 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...