Community Profile

photo

HERBERT NYAKOOJO


MAKERERE UNIVERSITY

Last seen: 대략 4년 전 2020년부터 활동

통계

  • Thankful Level 1

배지 보기

Content Feed

보기 기준

답변 있음
Insert a string section on the numbers in a vector
A = [ 2 7 9 13]; str = sprintf('CH_%d ',A); CH_2 CH_7 CH_9 CH_13

대략 4년 전 | 0

질문


Insert a string section on the numbers in a vector
A = [ 2 7 9 13]; add text CH_ on each value in the vector A output B = [CH_2 CH_7 CH_9 CH_13]

대략 4년 전 | 답변 수: 2 | 0

2

답변