Community Profile

photo

Michael Marcus


Lumetrics, Inc

Last seen: 9 months ago Active since 2017

Professional Interests: signal processing, image processing

Statistics

  • First Answer

View badges

Content Feed

View by

Answered
How can I prevent scientific notation on my axes in MATLAB R2015b and later?
After plotting a figure you can also use set(gca, 'XTickLabel',get(gca,'XTick')) to eliminate X axis exponents and or set(...

1 year ago | 3

Question


I have matlab 2013b and all of a sudden the following code for median with omitnan does not work. Can anyone help troubleshoot?
A = [1.77 -0.005 3.98 -2.95 NaN 0.34 NaN 0.19]; M = median(A,'omitnan') M = 1.7700 -0.0050 3.9800 -2.9500 ...

7 years ago | 2 answers | 0

2

answers