how to make a code that guess the color of the string variable stored ?
    4 ビュー (過去 30 日間)
  
       古いコメントを表示
    
mywords = "sulaman is here";
ht = text(0.8,0.8,mywords,'color','b')
now i want to make the code that take the guess from the user 
whats my favourite color ?
if user input blue then disp "you are right" if wrong then "try again"
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Characters and Strings についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

