how to plot sine wave without built in function ?
Mostra commenti meno recenti
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 Commenti
Adam
il 7 Dic 2015
Obviously you could estimate one, but why would you want to?
Guillaume
il 7 Dic 2015
Probably not the answer you want, but conforms exactly to your request:
sine = @(x) cos(pi/2 - x);
Shaheer Ali
il 8 Dic 2015
Risposta accettata
Più risposte (1)
Thomas Alex
il 12 Gen 2020
0 voti
similarly how to plot 2 different sine waves with a phse difference?
Categorie
Scopri di più su Programming in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!