Feeds
提问
For loop data placement
num_games=31; % file available if ~exist( 'WBB_stats_2019.txt', 'file' ) fprintf( 'File not found\n' ) else % file avaial...
7 years 前 | 1 个回答 | 0
1
个回答提问
Saving characters from a loop
I wrote this code to count wins and losses but i need to save the W or L to a matrix. for g=1:num_games if scores(g,6) > s...
7 years 前 | 1 个回答 | 0