You are here: Symbol Reference > MtxVecTee Namespace > Functions > MtxVecTee.DrawIt Function
MtxVec VCL
ContentsIndex
Example
Uses ...MtxExpr, MtxVecTee; var x,y: Vector; begin x.LoadFromFile('d:tempx_data.Vec'); y.LoadFromFile('d:tempy_data.Vec'); DrawIt(x, y, "Showing y=y(x)", True); end;

 

#include "MtxExpr.hpp" #include "MtxVecTee.hpp" ... sVector x,y; x.LoadFromFile("d:\temp\x_data.Vec"); y.LoadFromFile("d:\temp\y_data.Vec"); DrawIt(x, y, "Showing y=y(x)", True); ..
Copyright (c) 1999-2025 by Dew Research. All rights reserved.