How can I convert x-axis (cycle or day) to x-axis (frequency) ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Chris
el 12 de Dic. de 2021
Respondida: Yusuf Suer Erdem
el 12 de Dic. de 2021
How can I convert x-axis (cycle or day) to x-axis (frequency) ?
If it is possible, could you tell me the method??
0 comentarios
Respuesta aceptada
Yusuf Suer Erdem
el 12 de Dic. de 2021
Firstly make x axis represents the time (t).
Later divide "(t)" with 1 becase "f=1/(t)".
And plot it "plot(f,x)".
0 comentarios
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!