Mo Logo [Home] [Lexikon] [Aufgaben] [Tests] [Kurse] [Begleitmaterial] [Hinweise] [Mitwirkende] [Publikationen]

Mathematik-Online-Lexikon:

Beschriftung


A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Übersicht

>> X=linspace(0,2*pi);      
>> Y=[sin(X);cos(X)];
>> plot(X,Y)
>> title('Trigonometrische Funktionen')
>> xlabel('Winkel \alpha');
>> text(pi/4,sin(pi/4),' sin \pi/4 = cos \pi/4')
>> axis equal
>> axis tight
>> grid on 
>> legend(['sin \alpha';'cos \alpha'],-1)

\includegraphics[width=\linewidth]{text.eps}

(Autoren: Hörner/Wipper)

[Verweise]

  automatisch erstellt am 25.  1. 2006