You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Tee Namespace > Classes > MtxVecTee Class > MtxVecTee Methods > DrawIt Method > MtxVecTee.DrawIt Method (TMtx, string)
Dew Math for .NET
ContentsIndexHome
Example

Display matrix values.

Matrix m1 = new Matrix(0,0,false); m1.LoadFromFile("PCA_data.mtx"); MtxVecTee.DrawIt(m1,"Correlation matrix");
Copyright (c) 1999-2024 by Dew Research. All rights reserved.