redirect terminal output to file
133 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Edward Umpfenbach
il 22 Mag 2012
Modificato: Paul Wintz
il 5 Ott 2021
I have a commercial solver that I use in Matlab. It internally prints information to the Matlab terminal and I have no control over it. I want to redirect the output to a text file instead. What is the best way to do this? Pretty sure fprintf won't help me.
1 Commento
Oleg Komarov
il 22 Mag 2012
Why not? Also, your question is too vague. What is a commercial solver that you use IN Matlab? A function?
Risposta accettata
Walter Roberson
il 22 Mag 2012
2 Commenti
Sanjay Manohar
il 16 Gen 2020
Good answer. But: Is there also any way to actually redirect - i.e. to stop output to the console at the same time?
Più risposte (1)
Vedere anche
Categorie
Scopri di più su Entering Commands in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!