Community Profile

photo

Dan


University of Iceland

Aktiv seit 2014

Statistiken

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


Performance of structures as function arguments
Hi, I sometimes see code where structures are passed into a function and the fields are then stored in local variables, e.g. ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How can i drop a matrix column?
Hi, it is quite straighforward to delete columns, e.g.: F(:,1) = []; will delete the first column of your F matrix. An...

mehr als 9 Jahre vor | 0

| akzeptiert