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
PreviousUpNext
MtxVecTee.DrawIt Method (TMtx, string)

Shows form with chart and grid series showing matrix values.

Syntax
C#
Visual Basic
public static void DrawIt(TMtx a, string caption);
Parameters 
Description 
TMtx a 
Source matrix. 
string caption 
Form text. 

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.
What do you think about this topic? Send feedback!