So how do you make MAtlab into a responding program?

7 visualizzazioni (ultimi 30 giorni)
I Want to make a program that can respond back to you with words. I found one way but its annoying. I need to put (' ') Around the words I type and the it response but I just want to type the words and it give off a correct responses. Any good examples to make this work?

Risposta accettata

Walter Roberson
Walter Roberson il 15 Set 2013
Use input with the 's' option to request the responses
din = input('What did you have for dinner?', 's');
  7 Commenti
Walter Roberson
Walter Roberson il 30 Set 2013
if any(strcmpi(din, {'Hello', 'Hi', 'Whats up'}))

Accedi per commentare.

Più risposte (1)

Rainaire Hansford
Rainaire Hansford il 20 Set 2013
How do I make if and else statement equal to the words that I type.

Categorie

Scopri di più su Live Scripts and Functions in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by