photo

tdd4c1


Last seen: 4 mois il y a Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to augment a vector into another vector?
v3 = [repmat(v1',3,1) reshape(repmat(v2,4,1),1,[])']

plus de 9 ans il y a | 0

Réponse apportée
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...

plus de 9 ans il y a | 1