MathNet.Numerics.Data.Matlab 3.0.0

Prefix Reserved
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.
<PackageVersion Include="MathNet.Numerics.Data.Matlab" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MathNet.Numerics.Data.Matlab" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package MathNet.Numerics.Data.Matlab@3.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MathNet.Numerics.Data.Matlab&version=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MathNet.Numerics.Data.Matlab&version=3.0.0
                    
Install as a Cake Tool

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 Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

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

Package Downloads
Gemstone.Numeric

GPA Gemstone Numeric Library

RG3.PF.MklPaddleOCR

1、【RG3.PF.MklPaddleOCR】(数学计算函数和方法等) 5、使用请到github获取 RG3.PF.WebApp.Host 6、6.0.0.77开始,nodeserice迁移到RG3.PF.PinYinScriptEngineCliWrap 7、https://github.com/MKL-NET/MKL.NET 8、https://gitee.com/raoyutian/paddle-ocrsharp 9、https://gitee.com/paddlepaddle/PaddleOCR

PhilipsTang.Mathlib

PhilipsTang.Mathlib .NETStandard 2.0

Signals.Indicater

Package Description

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
6.0.0-beta2 264 3/2/2025
6.0.0-beta1 1,000 12/17/2023
5.0.0 30,600 4/3/2022
5.0.0-beta02 348 4/3/2022
5.0.0-beta01 349 3/6/2022
5.0.0-alpha16 337 2/27/2022
5.0.0-alpha15 335 2/27/2022
5.0.0-alpha14 330 2/27/2022
5.0.0-alpha13 335 2/27/2022
5.0.0-alpha12 319 2/27/2022
5.0.0-alpha11 349 2/27/2022
5.0.0-alpha10 347 2/19/2022
5.0.0-alpha09 339 2/13/2022
5.0.0-alpha08 402 12/23/2021
5.0.0-alpha07 345 12/19/2021
5.0.0-alpha06 365 12/19/2021
5.0.0-alpha05 378 12/19/2021
5.0.0-alpha04 345 12/19/2021
5.0.0-alpha03 374 12/5/2021
5.0.0-alpha02 492 7/11/2021
5.0.0-alpha01 464 6/27/2021
4.1.0 16,948 12/30/2020
4.0.0 18,963 2/14/2018
4.0.0-beta01 1,413 2/4/2018
3.2.1 9,015 4/29/2017
3.2.0 5,073 4/11/2016
3.1.1 3,083 7/13/2015
3.1.0 2,128 1/11/2015
3.0.0 2,090 7/23/2014
3.0.0-beta02 1,405 6/15/2014
3.0.0-beta01 1,645 4/23/2014
3.0.0-alpha9 1,439 3/29/2014
3.0.0-alpha8 1,433 2/26/2014
3.0.0-alpha7 1,398 12/30/2013
3.0.0-alpha6 1,459 12/3/2013
3.0.0-alpha5 1,467 11/15/2013
3.0.0-alpha4 1,409 9/23/2013
1.1.0 3,057 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