Software development in Matlab for a standalone application
조회 수: 10 (최근 30일)
이전 댓글 표시
I have been handed a project to move from excel and research dfiferent possible applications to create the tool we had in excel. The tool is sort of a simulation/calculator that calculates values based on user data entry and data in the backend. The functions that the application needs to perform are:
- Import excel files and receive data and perform calculations.
- allow adding data in the same calculations.
- allow user to communicate with the database.
- Create graphs and visualizations based on the calculations that were made.
The application would be used by multiple users simultaneously and a GUI is needed. What are the advantages and disadvantages of using Matlab for this purpose? and is it possible? What more do I need?Please let me know if you need any more information. Thank you!
댓글 수: 0
답변 (1개)
Image Analyst
2024년 2월 20일
You can do almost anything in any language. Some might have more built-in libraries than others. Some you have to look for libraries and "import" them. Unless you're interested in learning a new language just for fun, I'd just go with the language you're most comfortable and experienced in.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Spreadsheets에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!