9 years, 3 months ago.

Can I use generated c-source from Matlab in web-based compiler?

I´ve created some matlab-functions. There exists the option to create c-source from own matlab-files. Can I use this created c-source to complete my own software and using the webbased c-compile-engine with matlab-source?

1 Answer

9 years, 3 months ago.

Maybe. It's hard to say without seeing the code or trying it.

You can certainly import the c file and compile it. You may have to also import any matlab libraries, the standard c ones are already there but matlab may have it's own libraries it wants to include.

However the matlab generated code won't be aimed at embedded use, it could be that the memory or CPU requirements are a little high for an mbed based system.