photo

JD4


Last seen: bijna 3 jaar ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Is there a way to use the RMS function with two options, namely 'omitnan' and an option for the dimension?
Take the following matrix as example. A=repmat([NaN 1 2 3],3,1); rms(A) ans = NaN 1 2 3 rms(A,2) ans = ...

bijna 6 jaar ago | 2 answers | 1

2

answers

Question


Is there a way to plot multiple graphs in one "subplot" of a stackedplot figure?
Say I plot data with the stackedplot function. Now I want to add fits (or for simplicity: lines) to the graphs. starttime=date...

ongeveer 6 jaar ago | 2 answers | 3

2

answers