VCF_autoPlot | VCD_autoPlot | VCE_autoPlot |
|
Funktion | Automatische Auftragung eines cartesisch-komplexen Vektors in die komplexe Ebene |
|
Syntax C/C++ | #include <Vgraph.h>
void VCF_autoPlot( cfVector X, ui size, unsigned form, COLORREF color ); |
C++ VecObj | #include <OptiVec.h>
void vector<complex<T>>::autoPlot( unsigned form, COLORREF color ); |
Pascal/Delphi | uses Vgraph;
procedure VCF_autoPlot( X:cfVector; size:UIntSize; form:UInt; color:COLORREF ); |
|
Beschreibung | Ein cartesisches Koordinatensystem wird mit automatischer Achsenskalierung erzeugt und der komplexe Vektor X darin dargestellt.
Die Parameter form und color werden bei VF_xyAutoPlot beschrieben. Bevor VCF_autoPlot aufgerufen werden kann, müssen die Plot-Routinen durch Aufruf von V_initPlot initialisiert werden. |
|
|
|
|