Community Profile

photo

Dan


University of Iceland

Attivo dal 2014

Followers: 0   Following: 0

Contatto

Statistiche

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

Visualizza badge

Feeds

Visto da

Domanda


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. ...

oltre 9 anni fa | 1 risposta | 0

1

risposta

Risposto
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...

oltre 9 anni fa | 0

| accettato