How to run Mexw64 type file in Matlab?

63 次查看(过去 30 天)
I dowloaded jpeg toolbox from this link http://iapp.det.unifi.it/index.php?page=source-code_en In this JPEG toolbox two files(jpeg_read & jpeg_write) are Mexw64 type file. It does not run in my matlab. version: matlabR2012b...can any one help me to solve this problem.
Thanks @Shameer

采纳的回答

Walter Roberson
Walter Roberson 2016-11-22
.mexw64 file extension require a 64 bit version of MS Windows and a 64 bit version of MATLAB to execute. They are not usable with a 32 bit operating system, or with OS-X or Linux, or with a 32 bit version of MATLAB.

更多回答(2 个)

Jan
Jan 2014-5-25
"It does not run" is not useful for a discussion in the forum. Please take the tiome to describe, what you observe.
Perhaps only the runtime libraries of the compiler are missing. But without seeing the error message, this is guessing.

Nueri Quasem
Nueri Quasem 2016-11-22
Hi, How can I run the .mexw64 file or the .lib file that gets generated from the MATLAB coder to see if it is working. Thanks
  2 个评论
Walter Roberson
Walter Roberson 2016-11-22
.lib files are not executable.
For any .mexw64 file, say ABC.mexw64 , the function of the same name (e.g., ABC in this case) can be called directly from MATLAB as if it were a built-in function, with no need to do anything special such as loadlibrary. Just place an appropriate call to the function with that name.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 MATLAB Coder 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by