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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0