Community Profile

photo

Yingke


Aalborg Universitet

Active since 2012

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Strategies for Efficient Use of Memory
In MATLAB's user guide, there is one page named 'Strategies for Efficient Use of Memory'. I found one paragraph 'Long-Term Usage...

11 years ago | 2 answers | 0

2

answers

Question


How to compute entropy more efficiently?
Dear All I want to computer the entropy for the distribution over hundreds outcomes for many times. I did it as follows: (cop...

11 years ago | 1 answer | 0

1

answer

Question


cell array sort
Dear All I have A = {[1 2]; [2 2]; [2 1 3]; [1 1 3] }, a cell array contains several vectors with various length. Input : ...

12 years ago | 1 answer | 1

1

answer

Question


Optimize for 'double'
Dear All I am wondering is there any special optimization in MATLAB for double arrays? I have the feeling that UINT is a lit...

12 years ago | 2 answers | 0

2

answers

Question


memory space for cell array
Dear All I am a bit curious about the memory space required by an empty cell element. In the following code, a and b are th...

12 years ago | 1 answer | 3

1

answer

Question


quick search in two vectors
There are 2 vectors with the same length va and vb ; We want to find out the index i where va(i) = m and vb(i) = n. Currently,...

12 years ago | 3 answers | 0

3

answers

Question


accessing elements in sparse matrix
Dear all I have 2 very big and very sparse matrix A and B. A and B are correlated, which means that if A(i,j) ~= 0 then B(i,...

12 years ago | 0 answers | 0

0

answers

Question


cell performance in structure
Dear All Do you have any suggestions about how to improve the performance of cell matrix? I found that if we are going to...

12 years ago | 0 answers | 0

0

answers

Question


Performance of cell matrix in object
Dear All. I am improving the efficiency of our prototype now. There is an object(named 'D') contains a big cell matrix (name...

12 years ago | 0 answers | 0

0

answers