photo

KA


2015 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
1 回答

ランク
157,177
of 300,759

評判
0

コントリビューション
9 質問
1 回答

回答採用率
55.56%

獲得投票数
0

ランク
 of 21,081

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,900

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

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

8年以上 前 | 0

質問


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

9年弱 前 | 2 件の回答 | 0

2

回答

質問


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

9年弱 前 | 1 件の回答 | 0

1

回答

質問


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

9年弱 前 | 2 件の回答 | 0

2

回答

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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

10年弱 前 | 2 件の回答 | 0

2

回答

質問


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

約10年 前 | 1 件の回答 | 0

1

回答

質問


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

約10年 前 | 1 件の回答 | 0

1

回答

質問


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

約10年 前 | 0 件の回答 | 0

0

回答

質問


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]

約10年 前 | 1 件の回答 | 0

1

回答