Kangkeon Jeon - MATLAB Central
photo

Kangkeon Jeon


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 10/19 to 04/25Use left and right arrows to move selectionFrom 10/19Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

7 个提问
0 个回答

排名
104,923
of 297,922

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
71.43%

收到投票数
0

排名
 of 20,504

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,878

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

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 years 前 | 2 个回答 | 0

2

个回答

提问


adding for loop to prevent changing char to same char
text = 'CGATCCGATC--------------CGCGCCGCGATCCGATCCGATCCGATCCGATCCGATCCGATCCGATCCGATCCGATCCGATCCGATC'; newLetters = 'ACTG'; n...

5 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答