convert from matlab to C for real time application

hello, currently, I am working on real time road sign recognition.anyone knows how to convert from matlab to C so that it can works for real time application. in my research, I want to use m-script(coding) file and not simulink block diagram.

 Accepted Answer

use matlab coder toolbox

2 Comments

thanks for answering my question.how to use the coder toolbox.how to check it in matlab?

Sign in to comment.

More Answers (2)

Use 'ver' command to find whether coder is installed on your system.

4 Comments

yes, after type 'ver' at command window, it appeared a list of matlab toolbox. it also display MATLAB Coder Version 2.2 (R2012a)
Do you know how to use matlab coder in step by step.I have the syntax of road sign recognition that works in offline mode. now, i want to make it run in a real time.anyone?
You can find the process along with examples in MATLAB documentation.
You can refer below link as a starting point:
Hope it helps!!!
Sachin thanks for the answer. however, if there have any tutorials on this it should be OK for me.

Sign in to comment.

whether matlab coder is lincensed or free version...if it is free how can I get it??

Categories

Find more on MATLAB Coder in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!