Community Profile

photo

Ernst Reißner


Last seen: 9 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


what is the difference between assigning with and without range?
I have variables a and b both holding columns with same length N. Is there a difference between assigning a=b and a(1:N)...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


difference between a= and a(:)=
I find matlab code with assignments a(:)=... and a(1:N)=... where in the latter case the right hand side has length N als...

fast 3 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


modify a row of an array within a function
I have a 2 dimensional array arr and at various places i want to replace the ii-th row. So I would like to write a function ...

fast 3 Jahre vor | 2 Antworten | 0

2

Antworten