-3

I created a MATLAB GUI that ables to collect data form an IP and monitor them to the end user. I packaged this GUI by MATLAB Development Tool and i'm using this stand-alone software. Can this software be called a "web-based software"?

Babaktrad
  • 164
  • 1
  • 15
  • 2
    I'm voting to close this question as off-topic because it is not a programming question, see [ask] – m7913d Jul 30 '17 at 14:22

1 Answers1

0

Usually, a "web-based software" means a software that has a web user interface done with HTML and CSS. So the answer would be no because the software you created doesn't have a web user interface.

Your software would more likely be named a stand-alone application.

Niklas Rosencrantz
  • 25,640
  • 75
  • 229
  • 424