photo

Li Xue


2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

11 質問
2 回答

ランク
22,405
of 300,756

評判
2

コントリビューション
11 質問
2 回答

回答採用率
63.64%

獲得投票数
0

ランク
 of 21,077

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,890

コントリビューション
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

回答