How can I determine if I’m running on a 32bit or a 64bit version of matlab?
I have some pre-compiled mex-files which need different path’s depending on 32/64bit matlab.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Taking up on ScottieT812 and dwj suggestions, I post my own solution to earn some points.
The function
computerreturns the architecture I’m running on. so:works for me