how to plot sine wave without built in function ?
Afficher commentaires plus anciens
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 commentaires
Adam
le 7 Déc 2015
Obviously you could estimate one, but why would you want to?
Guillaume
le 7 Déc 2015
Probably not the answer you want, but conforms exactly to your request:
sine = @(x) cos(pi/2 - x);
Shaheer Ali
le 8 Déc 2015
Réponse acceptée
Plus de réponses (1)
Thomas Alex
le 12 Jan 2020
0 votes
similarly how to plot 2 different sine waves with a phse difference?
Catégories
En savoir plus sur Programming dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!