redirect terminal output to file
133 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Edward Umpfenbach
el 22 de Mayo de 2012
Editada: Paul Wintz
el 5 de Oct. de 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 comentario
Oleg Komarov
el 22 de Mayo de 2012
Why not? Also, your question is too vague. What is a commercial solver that you use IN Matlab? A function?
Respuesta aceptada
Walter Roberson
el 22 de Mayo de 2012
2 comentarios
Sanjay Manohar
el 16 de En. de 2020
Good answer. But: Is there also any way to actually redirect - i.e. to stop output to the console at the same time?
Más respuestas (1)
Ver también
Categorías
Más información sobre Entering Commands en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!