I need to write a prototype application for an engineering company. Most of the work is the calculation of various engineering properties (I'm talking about pipes and real things here, not about software development).
However, there should also be a GUI for:
input parameters display results some basic diagrams
At present, the calculation work does not include complex mathematical elements (at the moment there are no matrices), just magazines, square roots, relatively simple formulas. Later I will have to do a few:
setting the curve numerical approximation
I was wondering if Java is used for real-world development applications?
Are there libraries for this kind of thing?
Or is it better for me to write in MatLab and then connect to the code through Java?
Also open to other languages (although we are a Java store).
source share