Community Profile

photo

Alex


Last seen: 11 months ago Active since 2021

Followers: 0   Following: 0

Statistics

All
  • Solver

View badges

Feeds

View by

Question


[macOS] MATLAB Drive Connector requires login on every restart
Hi there, Every time I restart my Mac (Monterey 12.3), I am required to re-enter my login information. Recently, I have begu...

2 years ago | 1 answer | 0

1

answer

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

3 years ago

Solved


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

3 years ago