Community Profile

photo

Samuel Londner


Active since 2019

Statistics

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

View badges

Content Feed

View by

Submitted


saveallfigs
A function for saving all open figures in MATLAB.

4 years ago | 2 downloads |

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

4 years ago | 0