Can Matlab be used to design a chatbot?
45 views (last 30 days)
Show older comments
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
Walter Roberson
on 28 Apr 2019
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.
Answers (2)
See Also
Categories
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!