photo

Li Xue


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

11 질문
2 답변

순위
22,681
of 300,847

평판
2

참여
11 질문
2 답변

답변 채택
63.64%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,279

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


HeatMap (the command in the Bioinformatics toolbox) flipped the input data B (the row order is flipped)
For some reason, HeatMap (the command in the Bioinformatics toolbox) flipped the input data B (the row order is flipped). It sho...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how to change colorbar's color to continuous
Hi, I generated the following plot: <</matlabcentral/answers/uploaded_files/116577/fullmuate_matrix.png>> But the colorbar...

7년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
how to adjust the font size of RowLabels and ColumnLabels of HeatMap
Figured it out. It is something like: heatmap_obj=HeatMap(B); h=plot(heatmap_obj); h.FontSize = 14;

7년 초과 전 | 0

질문


how to adjust the font size of RowLabels and ColumnLabels of HeatMap
How to adjust the font size of RowLabels and ColumnLabels of HeatMap?

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


tensor product of two labeled graphs in MATLAB
I have two undirected graphs G1 and G2, they are both node weighted graphs. The label of each node of G1 or G2 is a vector of 3 ...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


how to get values from a struct
How to get values from a struct for a list of keys? For example, I have a struct: my_key={'key1', 'key2', 'key3'}; ...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


how to dynamically assign node label in a graph
I have a graph: s={'A','B'}; t={'C','D'}; G=graph(s,t); Each node also has a feature vector: key={'A','B','C'...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to extract strings between two newline characters using regexp
I have a string: S = sprintf('\n1 2\n3 4\n') And I want to extract '1 2' into a cell and '3 4' into a cell, using the fo...

8년 초과 전 | 답변 수: 3 | 0

3

답변

질문


how to read text files using regular expressions
What is a fast way to read lines that matches some regular expressions from a text file? For example, read only the lines starti...

8년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
how to create undirected weighted graph with multiple sets of node labels and edge weights in MATLAB
Hi Steven, many thanks for your prompt reply. This is exactly what I am looking for.

8년 초과 전 | 0

| 수락됨

질문


how to create undirected weighted graph with multiple sets of node labels and edge weights in MATLAB
Each edge of my graphs has multiple sets of weights. For example, 1) the distance between two nodes and 2) the correlation betwe...

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


what is the fastest way to search a huge matrix
I have 2 huge matrices, A and B, with the same size (9000 by 9000). I need to search two numbers x and y from A and B, respectiv...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


how to return an output with more than one column/row
I want to process each row of a table by a function like [i,j]=f(row). Here is an example, where I am trying to return a sparse ...

거의 10년 전 | 답변 수: 1 | 0

1

답변