photo

tdd4c1


Last seen: 3개월 전 2015년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
How to augment a vector into another vector?
v3 = [repmat(v1',3,1) reshape(repmat(v2,4,1),1,[])']

9년 초과 전 | 0

답변 있음
Replace char with other and count total numbers
1. this example might help you with your whitespace problem str = 'hello\nworld'; formattedStr = sprintf(str) newline...

9년 초과 전 | 1