Community Profile

photo

Emmy


Active since 2013

Statistics

Content Feed

View by

Question


How to stop a program after a given time input?
I created a function in which one input is time in seconds. I want the program to stop after this time has passed. However, I a...

11 years ago | 1 answer | 0

1

answer

Question


How do I get both the minimum of a 2D matrix and it's indices?
Hello, I have a 2D matrix, and I want to know the minimum and its indices. I normally use min(min(matrix)), and I found here...

11 years ago | 2 answers | 2

2

answers