Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to convert a matlab file (program )to a C ++ file?

Status
Not open for further replies.

max232

Member level 5
Joined
Dec 20, 2002
Messages
89
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Activity points
721
matlab to C++

hi !
How to convert a matlab file (program )to a C ++ file

file.m ----------> file.cpp
thank You
 

I found it

**broken link removed**

**broken link removed**

thank you
 

Pay attention. There are some (too much) bugs in the compiler and functions that don't let to be compiled. Before you invest deep into the programing test if your code is compilable.
 

then I makes how :oops:
 

the compiler is not optimized. i faced a lots of problem in this issue.
 

Build a *.cpp file from Matlab and then use Visual C++ compiler to compile the file. :)
 

Kermit76 said:
Build a *.cpp file from Matlab and then use Visual C++ compiler to compile the file. :)
And what improvments are to be expected comparing to the use of mcc when the default compiler is already Visual C++?
 

You can't create C++ code with Matlab, only C.
I have integrated Matlab with Microsoft Visual C++ 6.0 to make realtime simulations from Simulink.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top