Community Profile

photo

Andrew Flewellen-Gore

Last seen: 9 days ago Active since 2020

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
How to get Matlab Version at Mex Compilation Time?
I would try out James's solution above if you are able. It looks like he checks for historical definition "markers" in order to ...

3 years ago | 0

Answered
How to make all negative values in a matrix 0?
To set set negative values in a certain column of matrix "A" to 0, you can do this: For this example we assume A is a 2-D numbe...

3 years ago | 2