- Store the r and c variable data in text file or other files, like excel (see save function)
- Easiest: diary on, display the user data in command window, once done diary off, it save all reflects data in command window in one text file.
How can I store user input
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
player_x = 1;
r = input('select a row');
c = input('select a column');
tictactoe_board(r,c) = player_x
0 commentaires
Réponses (1)
KALYAN ACHARJYA
le 2 Déc 2021
Modifié(e) : KALYAN ACHARJYA
le 2 Déc 2021
There are multiple ways (Any One)
If user data has multiple repetitions, prefer to save in an array, then save the array variable in text file or excel.
Hope it Helps!
0 commentaires
Voir également
Catégories
En savoir plus sur Strategy & Logic dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!