Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
how to save for loop output of each iteration in csv file?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I want to save for loop output of each iteration in csv file. i have code as for i = 1 : size(TV.T, 2) [x, label_index_expected]=max(TV.T(:,i)); [x, label_index_actual]=max(TY(:,i)); if label_index_actual~=label_index_expected MissClassificationRate_Testing=MissClassificationRate_Testing+1; end end
I want to save output of label_index_expected in csv file of each iteration. i have searched and not get correct answer.Please help.
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!