photo

Kangkeon Jeon


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
148,952
of 300,364

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
71.43%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


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

6 years ago | 2 answers | 0

2

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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?

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


deleting part of chars
So I have a char like 'FSAJFALSFJSCXKHZVUIAHFKFSDVXCNMVBMAEHFSADFDSASADFHDSUIVCX' and i need to delete one random length of ch...

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 2 answers | 0

2

answers

Question


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

6 years ago | 1 answer | 0

1

answer