photo

Brandon Tsang


Last seen: 4 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


How to output the longest character string from two specified characters using nested for loop?
% ptn is the string we are working with to find M and * ptn = 'TFASDTTVFTSNLKQTPWCI*LLRRSLPLLPCGAR*TWMKLVVRPWAGWYQGYKTGLRRPIETG...

1 year 前 | 1 个回答 | 0

1

个回答

提问


How do I take my generated string outputs from for loop and return a list?
seq = 'ACAUUUGCUUCUGACACAACUGUGUUCACUAGCAACCUCAAACAGACA' for i=1:3:numel(seq)-2 a = (seq(i:i+2)) end a = 'ACA' a = 'UU...

1 year 前 | 2 个回答 | 0

2

个回答

提问


How do I prevent duplicate indexes in an array from subtracting to each other when it satisfies the condition the 1st time?
matA = [21 36 172 246 259 274 303 311 316 322 340 375 377 378 382 396 483 508] matB = [39 116 198 203 309 314 364 421] A = 1:1...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Having vector sorted by using While Loops + Diff()
Hi. My function has to sort a numerical vector by using only while loops, diff(),any(), or all() Must Use a While Loop No Fo...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Finding Largest Factor Using While Loop
Objective: Find largest factor of any input For example: >> out = largestfactor(15) out = 5 I am using a while loop and if...

4 years 前 | 1 个回答 | 0

1

个回答