Swift a graph to end in 0?
Mostrar comentarios más antiguos
How do I swift the graph plot so that the end point becomes 0?
1 comentario
Image Analyst
el 19 de Oct. de 2013
What does "swift" mean in this context?
Respuestas (3)
Mercu Vestergaard
el 19 de Oct. de 2013
Image Analyst
el 19 de Oct. de 2013
What does "swift" mean in this context? It usually means fast. By chance do you mean shift? As in using circshift
shiftedSignal = circshift(signal, 1);
Mercu Vestergaard
el 19 de Oct. de 2013
0 votos
1 comentario
Image Analyst
el 19 de Oct. de 2013
OK, so did my answer do what you need to do?
Categorías
Más información sobre Descriptive Statistics en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!