Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Matlab converter?

kenneth_liu
Beginner
988 Views
Are there any code converters for Matlab and MKL C-code?
Mostly, for converting from Matlab to C-code.
Thanks
0 Kudos
6 Replies
ttppo
Beginner
988 Views
MATCOM may convert matlab (.m) file into C program, but it sometimes fails to complete it.
0 Kudos
b4codes
Beginner
988 Views

If you have a older version of matlab (prior to R13), yes you can use matlab compiler to convert matlab codes to "c" .... but due to its limited sucess it seems this feature has been discontinued in the newer verisons. You may like to check it on mathworks or kluid (http://www.kluid.com) a respected matlab forum.

: ]

b4

Message Edited by b4codes on 05-10-200602:16 PM

0 Kudos
b4codes
Beginner
988 Views

Thought this link might me useful for some users.

http://www.kluid.com/mlib/viewtopic.php?t=115

Its about converting matlab to c , I found it on kluid (http://www.kluid.com).

: ]

b4

0 Kudos
er_vasanth15
Beginner
988 Views
thanks for the software.........
0 Kudos
Intel_C_Intel
Employee
988 Views

It seems that there are two questions here, or am I wrong? There are no converters for MKL, but large parts of it are available in source code, such as the BLAS and LAPACK. I am not terribly conversant in MATLAB usage, but believe that there is a way to generate C code from your MATLAB program.

Bruce

0 Kudos
rogertricci
Beginner
988 Views

Thanks for the information. I found Matlabs communications toolbox of perticular interest. Saved me lot of time.

R Tricci

System Engineer, www.celliz.com

0 Kudos
Reply