Skip to content

VTS Version 13.0

Latest

Choose a tag to compare

@hayakawa16 hayakawa16 released this 20 Feb 21:04
· 8 commits to master since this release
424ba6a

VTS Library NuGet Package 13.0

Visit nuget.org for information on our latest NuGet package.

Release Notes

VTS:

  • Upgraded to .NET 10.0
  • Updated NuGet packages
  • Removed the conditional Benchmark code from the VTS library (Issue #215)

Documentation for the library can be accessed here

VTS MATLAB Package 13.0

Use MATLAB function dotnetenv to switch between environments dotnetenv("core") or dotnetenv("framework") - this package uses core.

To select core, type dotnetenv("core",Version="10") in the MATLAB command window before any other command.

Download: VTS_MATLAB_v13.0.0.zip

Release Notes

See above

This release contains sample scripts for the following:

  • using MATLAB to call the solvers in the VTS Libraries.
  • using MATLAB to call the Monte Carlo tools in the VTS Libraries.

Notes:

  • This version of the MATLAB interoperability works in Windows, Mac and Linux. Prior to MATLAB version 2023a it only worked in the Windows version of MATLAB (see MathWorks). We have verified that this works in Ubuntu with version R2025b, we have yet to verify with Mac.

  • If you do not have the latest version of MATLAB and your version is prior to R2022b, download an older release of the MATLAB package (Version 8.0) and use .NET Framework 4.8.

Requirements:

.NET 10.0 - download here
MATLAB (R2024a and higher)