photo

Michael Marcus


Lumetrics, Inc

Last seen: 10ヶ月 前 2017 年からアクティブ

Followers: 0   Following: 0

連絡

Professional Interests: signal processing, image processing

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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(...

2年弱 前 | 3

質問


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年弱 前 | 2 件の回答 | 0

2

回答