You are here: Symbol Reference > MtxVecTee Namespace > Functions > MtxVecTee.DrawIt Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxVecTee.DrawIt Function

Shows form with chart and grid series showing matrix values.

Pascal
procedure DrawIt(A: TMtx; Caption: String = ''); overload;

The Caption parameter defines modal form caption.

Uses ...MtxExpr, MtxVecTee; var A: Matrix; begin DrawIt(A,'Showing matrix values'); end;

 

#include "MtxExpr.hpp" #include "MtxVecTee.hpp" ... sMatrix A; A.Size(20,20) A()->Ramp(); DrawIt(A,"Showing matrix values"); ..
Examples on GitHub
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!