how to plot sine wave without built in function ?
Ältere Kommentare anzeigen
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 Kommentare
Adam
am 7 Dez. 2015
Obviously you could estimate one, but why would you want to?
Guillaume
am 7 Dez. 2015
Probably not the answer you want, but conforms exactly to your request:
sine = @(x) cos(pi/2 - x);
Shaheer Ali
am 8 Dez. 2015
Akzeptierte Antwort
Weitere Antworten (1)
Thomas Alex
am 12 Jan. 2020
0 Stimmen
similarly how to plot 2 different sine waves with a phse difference?
Kategorien
Mehr zu Programming finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!