Home | Develop | Download | Contact
example_mathmatrix_plog2p.cpp
1
21#include <Pds/Ra>
22
23int main(void)
24{
25 unsigned int N=128;
26 Pds::Vector p=Pds::LinSpace(0.0,1,N);
27
29
31 Pds::Octave::YLabel="PLog2P";
33 "testando.m",
34 "example_mathmatrix_plog2p_cases.png");
35 return 0;
36}
La clase tipo Pds::Vector . Esta clase genera una matriz de Nlin lineas y 1 columna....
Definition: Vector.hpp:80
Vector LinSpace(double start, double end, unsigned int N)
Retorna un vector con elementos desde start hasta end con N elementos.
double PLog2P(double p)
Retorna el resultado de evaluar la función Pds::PLog2P().
std::string YLabel
Texto correspondente a ylabel. Exemplo:
std::string XLabel
Texto correspondente a xlabel. Exemplo:
bool CurveXY(const Pds::Vector &X, const Pds::Vector &Y, const std::string &octfilename, const std::string &imgfilename, bool EnableLine=false)
Plot de X vs. Y.

Enlaces de interés

HomePage Bazaar Download Bug report Ayuda Developer Feed