Can Matlab be used to design a chatbot?

Good day,
Just want to know if Matlab can be used to build a chatbot and if yes, how can it be used.
Regards
Dearest Arhelo

1 Comment

MATLAB is a general purpose programming language that can compute anything deterministic that any other general purpose programming language can compute deterministically. With extensions or the suitable toolbox, it can be used as a TCP server.
So, Yes it can.
Whether it is easy or efficient at such programs is a different matter.

Sign in to comment.

Answers (2)

Raj
Raj on 29 Apr 2019
Yes of course. Infact something like this has already been done. See here.
Hope this helps!!

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Asked:

on 28 Apr 2019

Edited:

on 22 Apr 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!