photo

Li Xue


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

MATLAB Answers

11 Preguntas
2 Respuestas

CLASIFICACIÓN
22.397
of 300.744

REPUTACIÓN
2

CONTRIBUCIONES
11 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
63.64%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.054

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 170.597

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

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

más de 7 años hace | 0

Pregunta


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

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 8 años hace | 3 respuestas | 0

3

respuestas

Pregunta


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

más de 8 años hace | 1 respuesta | 0

1

respuesta

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

más de 8 años hace | 0

| aceptada

Pregunta


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

más de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 10 años hace | 1 respuesta | 0

1

respuesta