How to save "optimoptions" to a file?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
MByk
am 14 Sep. 2020
Kommentiert: Star Strider
am 14 Sep. 2020
Is there a way to save "optimoptions" to a txt file? I tried the code below but it is not working. I also tried "dlmwrite" and "writetable". Thanks for the help.
fid = fopen('GA_Results.txt','wt+');
fprintf(fid,'%s', GA_Opts);
fclose(fid);
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Text Files finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!