MathNet.Numerics.Data.Matlab 3.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Framework 4.0
There is a newer version of this package available.
See the version list below for details.
dotnet add package MathNet.Numerics.Data.Matlab --version 3.0.0
NuGet\Install-Package MathNet.Numerics.Data.Matlab -Version 3.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MathNet.Numerics.Data.Matlab" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MathNet.Numerics.Data.Matlab --version 3.0.0
#r "nuget: MathNet.Numerics.Data.Matlab, 3.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MathNet.Numerics.Data.Matlab as a Cake Addin
#addin nuget:?package=MathNet.Numerics.Data.Matlab&version=3.0.0

// Install MathNet.Numerics.Data.Matlab as a Cake Tool
#tool nuget:?package=MathNet.Numerics.Data.Matlab&version=3.0.0

MathWorks MATLAB Data Input/Output Extensions for Math.NET Numerics, the numerical foundation of the Math.NET project, aiming to provide methods and algorithms for numerical computations in science, engineering and every day use.

Product Versions
.NET Framework net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MathNet.Numerics.Data.Matlab:

Package Downloads
PhilipsTang.Mathlib

PhilipsTang.Mathlib .NETStandard 2.0

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on MathNet.Numerics.Data.Matlab:

Repository Stars
takuya-takeuchi/FaceRecognitionDotNet
The world's simplest facial recognition api for .NET on Windows, MacOS and Linux
Version Downloads Last updated
5.0.0 5,697 4/3/2022
5.0.0-beta02 95 4/3/2022
5.0.0-beta01 108 3/6/2022
5.0.0-alpha16 93 2/27/2022
5.0.0-alpha15 87 2/27/2022
5.0.0-alpha14 85 2/27/2022
5.0.0-alpha13 87 2/27/2022
5.0.0-alpha12 84 2/27/2022
5.0.0-alpha11 85 2/27/2022
5.0.0-alpha10 86 2/19/2022
5.0.0-alpha09 97 2/13/2022
5.0.0-alpha08 139 12/23/2021
5.0.0-alpha07 112 12/19/2021
5.0.0-alpha06 116 12/19/2021
5.0.0-alpha05 110 12/19/2021
5.0.0-alpha04 114 12/19/2021
5.0.0-alpha03 121 12/5/2021
5.0.0-alpha02 253 7/11/2021
5.0.0-alpha01 238 6/27/2021
4.1.0 9,466 12/30/2020
4.0.0 16,385 2/14/2018
4.0.0-beta01 798 2/4/2018
3.2.1 8,100 4/29/2017
3.2.0 4,272 4/11/2016
3.1.1 2,360 7/13/2015
3.1.0 1,618 1/11/2015
3.0.0 1,481 7/23/2014
3.0.0-beta02 941 6/15/2014
3.0.0-beta01 1,177 4/23/2014
3.0.0-alpha9 974 3/29/2014
3.0.0-alpha8 955 2/26/2014
3.0.0-alpha7 895 12/30/2013
3.0.0-alpha6 960 12/3/2013
3.0.0-alpha5 980 11/15/2013
3.0.0-alpha4 929 9/23/2013
1.1.0 2,431 6/23/2013

Requires at least Math.NET Numerics v3.0.0
Text: static-only DelimitedReader/Writer api
Matlab: static/stateless writer api design, consistent with reader
Matlab: much more efficient reading/writing of sparse data ~Christian Woltering
Matlab: intermediate MatlabMatrix objects to support mixed-type matrices