Kangkeon Jeon
2019 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
7 質問
0 回答
ランク
of 153,950
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
how do i count unique cell rows?
I have 10000x2 char cell i want to count how many of each unique rows there is. There are 9 possible unique rows. How can i co...
5年弱 前 | 2 件の回答 | 0
2
回答質問
adding for loop to prevent changing char to same char
text = 'CGATCCGATC--------------CGCGCCGCGATCCGATCCGATCCGATCCGATCCGATCCGATCCGATCCGATCCGATCCGATCCGATC'; newLetters = 'ACTG'; n...
約5年 前 | 1 件の回答 | 0
1
回答質問
how to set stacked bar graph legend?
so i have a graph like this. how do i set up legend so i can mark each color what they represent?
約5年 前 | 1 件の回答 | 0
1
回答質問
making array in for loop
for k = 1:10000 [Score(k), Alignment{k}] = nwalign(p546ref,newones{k}); find_start_stop(Alignment); find_every_deletion(Ali...
約5年 前 | 1 件の回答 | 0
1
回答質問
deleting part of chars
So I have a char like 'FSAJFALSFJSCXKHZVUIAHFKFSDVXCNMVBMAEHFSADFDSASADFHDSUIVCX' and i need to delete one random length of ch...
約5年 前 | 1 件の回答 | 0
1
回答質問
how to run function 1000 times to find minimum
i have a main function that eventually gives a score with randomized grouping of names. score is just one number calculated thro...
約5年 前 | 2 件の回答 | 0
2
回答質問
randomly grouping cells in cell array
so i have a cell array with names of people and i want to make a function that generate random groups out of those names. i wan...
約5年 前 | 1 件の回答 | 0