Community Profile

photo

Samuel Londner


Attivo dal 2019

Statistiche

All
  • Personal Best Downloads Level 1
  • First Submission
  • GitHub Submissions Level 1
  • First Answer
  • First Review

Visualizza badge

Content Feed

Visto da

Inviato


saveallfigs
A function for saving all open figures in MATLAB.

oltre 4 anni fa | 2 download |

Risposto
How to assign variables based on index position
For the assignment problem I would try something like that: kk = a > 1.5; indexes = 1:length(a); out = a*(~kk) + indexes * kk...

oltre 4 anni fa | 0