how to plot sine wave without built in function ?
Mostrar comentarios más antiguos
Hi.. um i wanted to ask a small question .. um a beginner in Matlab so .. i wanted to know if there's a way to create a sine wave without the sine function .. ? waiting for your reply
3 comentarios
Adam
el 7 de Dic. de 2015
Obviously you could estimate one, but why would you want to?
Guillaume
el 7 de Dic. de 2015
Probably not the answer you want, but conforms exactly to your request:
sine = @(x) cos(pi/2 - x);
Shaheer Ali
el 8 de Dic. de 2015
Respuesta aceptada
Más respuestas (1)
Thomas Alex
el 12 de En. de 2020
0 votos
similarly how to plot 2 different sine waves with a phse difference?
Categorías
Más información sobre Programming en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!