ILNumerics - Technical Application Development
SystemObject
ILNumericsSpecialData
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Top
Top
A helper class that can be used to generate various simple but non-trivial test data sets.
[ILNumerics Core Module]
Inheritance Hierarchy
ILNumericsSpecialData
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
The SpecialData type exposes the following members.
Properties
Name | Description | |
---|---|---|
terrain |
Get example terrain data, 401 x 401 short matrix with heights in meters
[ILNumerics Core Module] |
Methods
Name | Description | |
---|---|---|
moebius |
Create surface data for a Möbius strip
[ILNumerics Core Module] | |
sinc(Int32, Int32) |
Generate sinc function in 2D, useful for plotting examples
[ILNumerics Core Module] | |
sinc(Int32, Int32, Single) |
Generate sinc function in 2D, useful for plotting examples
[ILNumerics Core Module] | |
sincf(Int32, Int32) |
Generate sinc function in 2D, single precision, useful for plotting examples
[ILNumerics Core Module] | |
sincf(Int32, Int32, Single) |
Generate sinc function in 2D, useful for plotting examples
[ILNumerics Core Module] | |
sincos1D |
Create specified periods of sine and cosine data
[ILNumerics Core Module] | |
sincos1Df |
Create specified periods of sine and cosine data, single precision
[ILNumerics Core Module] | |
sphere |
Create surface data of a sphere
[ILNumerics Core Module] | |
torus |
Create torus cartesian coordinates, to be used for surface plotting
[ILNumerics Core Module] | |
waterfall |
Create demo data for surface plots looking like a waterfall
[ILNumerics Core Module] | |
waterfallf |
Create demo data for surface plots looking like a waterfall
[ILNumerics Core Module] |
Remarks
[ILNumerics Core Module]
See Also