Community Profile

photo

Rick


Rutgers The State University of New Jersey

Last seen: 2 years ago Active since 2018

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
convert negative zero of matrix into zero
Use this code. Matlab supports -0 as a value, but will show true if -0==0 is tested. This will set all zero entries to positive ...

4 years ago | 0

Answered
how to change order of legends?
use this code to swap the order of two plots: plots=get(gca, 'Children'); legend(plots(2, 1), {'Second line', 'First lin...

6 years ago | 7