I have a time series serial record, and I'm having trouble plotting on an appropriate scale. Here's an example:
#Gerar sinal v1
v1=sin(seq(from=0, to=3*2*pi, length=11060))
#Gerar sinal v2
v2=sin(seq(from=0, to=5*2*pi, length=11060))
#G...
asked by
23.11.2017 / 14:22