photo

Li Xue


Aktiv seit 2016

Followers: 0   Following: 0

Statistik

MATLAB Answers

11 Fragen
2 Antworten

RANG
22.405
of 300.753

REPUTATION
2

BEITRÄGE
11 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
63.64%

ERHALTENE STIMMEN
0

RANG
 of 21.075

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.858

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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;

mehr als 7 Jahre vor | 0

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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 ...

etwa 8 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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'}; ...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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'...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 8 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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.

mehr als 8 Jahre vor | 0

| akzeptiert

Frage


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...

mehr als 8 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort