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