photo

KA


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

MATLAB Answers

9 Preguntas
1 Respuesta

CLASIFICACIÓN
216.487
of 297.457

REPUTACIÓN
0

CONTRIBUCIONES
9 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
55.56%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.438

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 158.938

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

Respondida
dendrogram from precomputed distance matrix
Found the answer elsewhere. % for a symmetric matrix A [rows columns] = size(A); v = []; for i = 1:row...

más de 7 años hace | 0

Pregunta


Dendrogram with custom colouring
Hi, I am preparing dendrograms in MATLAB. I can set the colour threshold as follows: >> figure() H = dendrogram(tree,0,'...

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

2

respuestas

Pregunta


Export dendrogram plot information
Hello, is there any way to export the dendrorgram plot information so that it can be replotted in another graphing package such ...

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


dendrogram from precomputed distance matrix
I have looked around for an answer for this by have not been able to find one so I have come here. I have a precomputed distance...

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

2

respuestas

Pregunta


create large matrix from data
Hi, I have imported some data from an excel spreadsheet as a numerical matrix 145x3 as shown below <</matlabcentral/answers/u...

casi 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


assigning numbers to string elements
Hi I have the following which creates 2 strings called left and right from a single string with the positions shifted by a singl...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


reading strings with if statements
Hi I have the following: clc clear matrix=[1 2 3 4;5 6 7 8;9 10 11 12;13 14 15 16]; letter='da'; ...

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

1

respuesta

Pregunta


Calling matrix values to strings
Hi, I want to write a string of letters and then define a vector that will assign numerical values to each of the letters: e.g. ...

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

1

respuesta

Pregunta


reading strings and apying functions
I am a novice at MATLAB and want to write a script that will involve several steps as follows: 1) Define two different vector...

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

0

respuestas

Pregunta


Creating vectors stings of letters such as names
If my input was qwerty (for example) how do I convert this into a vector [q w e r t y]

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

1

respuesta