You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Tee Namespace
>
Classes
>
MtxVecTee Class
>
MtxVecTee Methods
>
DrawValues Method
>
MtxVecTee.DrawValues Method (TMtx, MtxGridSeries)
Dew Math for .NET
Example
MtxVecTee.DrawValues Method (TMtx, MtxGridSeries)
Plot matrix data.
using
Dew.Math
;
using
Dew.Math.Tee
;
Matrix
m =
new
Matrix
(50,30,
false
); m.RandGauss();
MtxGridSeries
gridseries; tChart1.Series.Clear(); tChart1.Series.Add(gridseries =
new
MtxGridSeries
()); MtxVecTee.DrawValues(m, gridseries);
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home