Is there a function to tell whether the installed matlab is 32 bit or 64 bit?

3 次查看(过去 30 天)
Is there a MATLAB function to tell whether the installed MATLAB is 32 bit or 64 bit? The National Instruments NI488 package needs a different .dll loaded, depending on which version of MATLAB is installed.

采纳的回答

Walter Roberson
Walter Roberson 2016-5-16
mexext returns differently for the two.
  1 个评论
Paul McKenzie
Paul McKenzie 2016-5-16
Thanks! That's a better solution than: [x,y]=computer;log2(y), which returns 31 for a 32 bit install and 48 for a 64 bit install

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by