Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generating version information in Matlab (Matlab Compiler)

I am currently generating some DLL (dot net) by using the Matlab Compiler. For my own sake, I would like to add a version information to my DLL (that will be visible in the setting information)

Could someone explain to me the steps that I have to follow to do such a thing?

like image 934
ALFRAM Avatar asked Nov 04 '22 01:11

ALFRAM


1 Answers

Check this one

Title: How can I specify version information for a DLL compiled with Microsoft Visual C/C++ Compiler in MATLAB 7.13 (R2011b)?

like image 107
aahmed325 Avatar answered Nov 15 '22 09:11

aahmed325