Feeds
已回答
How to plot multiline with variable inputs
I was over complicating it. This works. for i=1:ny plot(vars{:,x},vars{:,y(1,i)}) i = i+1; hold on en...
How to plot multiline with variable inputs
I was over complicating it. This works. for i=1:ny plot(vars{:,x},vars{:,y(1,i)}) i = i+1; hold on en...
8 years 前 | 0
提问
How to plot multiline with variable inputs
I have vibration data from several components, and I'm trying to create a multi line plot that allows the user to select multipl...
8 years 前 | 3 个回答 | 0