Can I include only specific MATLAB DLL files, like “MathWorks.MATLAB.Types.dll”, in an external .NET application?
I am using MATLAB R2023b on Windows. I am creating a separate application in .NET, where I would like to only use specific MATLAB .NET datatypes, like "MathWorks.MATLAB.Types.MATLABStruct".
These data types are located in the "MathWorks.MATLAB.Types.dll" file in
C:Program FilesMATLABR2023bexterndotnetnetstandard2.0
.
I am not passing any data into MATLAB, as this is a testing application that is just testing type conversion.
Is there any way to only include specific MATLAB DLL files in a .NET application, or would I need to have either MATLAB or MATLAB Runtime installed on a machine that is running this application?I am using MATLAB R2023b on Windows. I am creating a separate application in .NET, where I would like to only use specific MATLAB .NET datatypes, like "MathWorks.MATLAB.Types.MATLABStruct".
These data types are located in the "MathWorks.MATLAB.Types.dll" file in
C:Program FilesMATLABR2023bexterndotnetnetstandard2.0
.
I am not passing any data into MATLAB, as this is a testing application that is just testing type conversion.
Is there any way to only include specific MATLAB DLL files in a .NET application, or would I need to have either MATLAB or MATLAB Runtime installed on a machine that is running this application? I am using MATLAB R2023b on Windows. I am creating a separate application in .NET, where I would like to only use specific MATLAB .NET datatypes, like "MathWorks.MATLAB.Types.MATLABStruct".
These data types are located in the "MathWorks.MATLAB.Types.dll" file in
C:Program FilesMATLABR2023bexterndotnetnetstandard2.0
.
I am not passing any data into MATLAB, as this is a testing application that is just testing type conversion.
Is there any way to only include specific MATLAB DLL files in a .NET application, or would I need to have either MATLAB or MATLAB Runtime installed on a machine that is running this application? dotnet, matlabruntime, matlabstruct, dll MATLAB Answers — New Questions