photo

Jakob Siegel


Last seen: 거의 4년 전 2016년부터 활동

Followers: 0   Following: 0

통계학

Feeds

보기 기준

질문


If I have a 20-digit numeric string, how can I convert it to an array where the elements are the digits of the string?
For example, if I have a string, such as n='9555688756196283262165034064' how can I convert it to the vector b=[9...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


How do I split double-digit elements in a vector into two separate elements?
I have a vector, v = [1 18 9 8], and I'm trying to split up the 18 into two separate elements so that the new vector would be ne...

7년 초과 전 | 답변 수: 2 | 0

2

답변