Community Profile

photo

Liu Ananiah


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


How do we change the maximum number of parallel cores without a visual interface?
As the picture shows, in the Windows environment, we can change the maximum number of cores in Parpool on one computer through m...

3 years ago | 2 answers | 0

2

answers

Question


How to set every Data Cursor in each column in this Figure automatically?
a = 1 : 10 b = 1.001 : 10.001 c = 1.002 : 10.002 a = [a;b;c]; a = a (:)'; cg = clustergram(a, 'Cluster', 'row', 'DisplayRan...

3 years ago | 1 answer | 0

1

answer

Question


How to get index and color matrix from Data cursor
a = 1 : 10 b = 1.001 : 10.001 c = 1.002 : 10.002 a = [a;b;c]; a = a (:)'; cg = clustergram(a, 'Cluster', 'row', 'DisplayRan...

3 years ago | 1 answer | 1

1

answer