![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6820270_1522118096702_DEF.jpg)
KA
Followers: 0 Following: 0
Statistiques
RANG
62 807
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
55.56%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
dendrogram from precomputed distance matrix
Found the answer elsewhere. % for a symmetric matrix A [rows columns] = size(A); v = []; for i = 1:row...
plus de 7 ans il y a | 0
Question
Dendrogram with custom colouring
Hi, I am preparing dendrograms in MATLAB. I can set the colour threshold as follows: >> figure() H = dendrogram(tree,0,'...
environ 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
environ 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
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'; ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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. ...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
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]
plus de 9 ans il y a | 1 réponse | 0