Online Simulation

And More

Top 25 Tags (all tags)

  1. abacus
  2. ACUTE
  3. algorithms
  4. aqme
  5. carbon nanotubes
  6. circuits
  7. course lecture
  8. cyberinfrastructure
  9. devices
  10. education/outreach
  11. experiments
  12. material science
  13. molecular electronics
  14. nano/bio
  15. nanobio applications
  16. nano electro-mechanical systems
  17. nanoelectronics
  18. nanomedicine
  19. nanophotonics
  20. nano-transistors
  21. nanowires
  22. NEGF
  23. quantum dots
  24. research seminar
  25. tutorial

Other

Trouble Report

For immediate assistance browse through our support center. You can find answers to many questions in just a few minutes.

If still experiencing problems, send us a report.

Sending report ...

Support Center

Open Question

Deploying Matlab Script as client-side applet

I am trying to deploy matlab calculation programs as client-side java applications. The idea is to have a repeatable process of conversion such that anyone could make a matlab program web-deployable by following a set of instructions. The original idea was to use java as the end product since it is cross-platform, but I'd be open to any suggestions. Does anyone know the best way to make this conversion/deployment?

Tags:

Asked by Alexander Krause - 8 months ago - 1 response

Answer this question

Status: Accepting answers 0 Good question Report abuse  

Answers (1)

  • Ben Haley

    Hi,

    I don't know if you want to consider deploying your Matlab tools here on the nanoHUB, but the Rappture toolkit makes it easy. You register a tool, and write an interface for it, in Matlab,
    or other language of your choice (Perl, Python, C, Fortran, Ruby). The tool is then available on
    the nanoHUB, and we handle the deployment issues. Anyone with a web browser can access the tool, which is usually easier than ensuring that all end users have the correct version of Java.

    3 weeks ago

    Helpful answer? 0Yes 0No Login to vote. Report abuse