0

I've developed a MATLAB code that I think it is useful to be used by researchers. How can I embed it in a website to be used free?

It gets two integers and return a set of integers

Also it is possible to convert it to c++, If it helps.

Thanks

Amro
  • 123,847
  • 25
  • 243
  • 454
  • 1
    Have a look at http://stackoverflow.com/questions/15956000/running-matlab-code-from-php – Lorenz Sep 22 '13 at 07:10
  • It didn't help me. Actually I'm only familiar with `Microsoft Office Front Page`. Is it possible using that? Thanks – Mahdi Khosravi Sep 22 '13 at 07:26
  • 1
    @MahdiKhosravi: that post lists some of the easiest ways to deploy MATLAB solutions. Your other option is to just rewrite your code into a Javascript web app, or some other language with proper support for web frameworks (C#, Java, PHP, Python, Ruby, ..) – Amro Sep 22 '13 at 10:36

1 Answers1

1

Submit your m-file(s) to Matlab Central File Exchange, this is the perfect place for it.

Simon
  • 31,675
  • 9
  • 80
  • 92