photo

Mads Albertsen


Last seen: 거의 3년 전 2021년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


specifying the coordinates of the corners of astraight line segments
i have tried multiple different ways but always end up with errors, i need to make the following equation into a loop The ini...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


I want to make a loop that keeps replacing its own 'S's with SLSRSLS any N number of times
i want it like this, but in a loop N = 3; k = ('S'); k_1 = regexprep(k,{'S'},{'SLSRSLS'}); k_2 = regexprep(k_1,{'S'},{'SLSRS...

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


a loop that checks for missing decimals in a vector, but it only runs once
if want it to remove the numbers if it doesnt have 1.1, 1.2, 1.3 and so on up til 5 but it only runs once v = [1.3, 2.2, 2....

거의 3년 전 | 답변 수: 1 | 0

1

답변