how to set an intervall to a given angle?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I have an assignment, where I have to set an intervall for a given angle x to 0<=x<=40pi? How do I do that? The answer is apparently x=0:pi/1000:40*pi, where does pi/1000 come from?
0 Kommentare
Antworten (1)
John
am 18 Okt. 2016
pi/1000 is the step size between points in the vector starting at 0 and ending at 40*pi.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Elementary Math finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!