Is is possible to redirect the output of a system command that calls another program?
Show older comments
Essentially, I am calling the system command to run Vivado Lab in order to program an FPGA over JTAG. So
status = system('vivado_lab prog.tcl')
is the command I run. The output of this writes to the Command Window of uncompiled code and to the Console of compiled code. Part of this output is a progress bar. Is it possible to make this output to a text area, a different function, or somehow get the output while the command is still running?
Accepted Answer
More Answers (0)
Categories
Find more on AMD FPGA and SoC Devices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!