See what’s new in the latest release of MATLAB and Simulink: https://goo.gl/3MdQK1
Download a trial: https://goo.gl/PSa78r
In this webinar, we demonstrate the workflow for generating readable and portable C code from your MATLAB algorithms using MATLAB Coder. Using the command line approach or the MATLAB Coder app, you can introduce implementation requirements to your algorithms written in MATLAB and generate readable source code, standalone compiled executable, or a library that can be shared across your organization.
MathWorks engineers also explore how you can automatically generate MEX functions to accelerate computationally intensive portions of your MATLAB code by running it at compiled speed, or use it to verify the behavior of the generated code back in MATLAB.
About the Presenter: Bill Chou is the Product Marketing Manager for MATLAB Coder, and has been working with MathWorks code generation technologies for the past 10 years. Bill holds an M.S. degree in Electrical Engineering from the University of Southern California and a B.A.Sc degree in Electrical Engineering from the University of British Columbia.
Amazon Auto Links: No products found.
what if you are not allowed to use the standard library due to some restrictions?
Hi. Thanks for the video. I just have one question, how do you integrate the generated C files with an existing project. I followed your steps and I am able to generate the C files, but I am stuck in trying to integrate it with my C project in Eclipse. The code goes into an infinite loop when gets to the function call of the generated file. Thanks again for the video.
Every day this beautiful tool became greatest.
I still dont know how to compile it in matlab