Hi,
This question is about the feasibility of rewriting a MatLab desktop application into an ASP.NET Web application.
Here is the context.
The MatLab desktop application has been built with MatLab software 2013.
The internal IT programmer responsible for the MatLab application has retired 4 years ago.
Other IT resources in the team are ASP.NET programmers (working with Visual Studio 2019, C#, .NET Framework 4.7 and Windows Server 2016; without any MatLab expertise).
The MatLab application contains 250 script files (probably with several calls to complex mathematical functions and probably with various MatLab plots/charts).
The MatLab application is used by university students. Within the MatLab application, students open MatLab files, perform educational operations on data and then save their work back in a MatLab files.
Is this project technically feasible (rewriting the MatLab desktop application in ASP.NET with C# and .NET Framework 4.7)?
If yes, what technological requirements should be used (for example, the use of a nuget package like Accord.NET Framework)?
Thank you very much for your help.