Octave plot from Qt C++ application

前端 未结 2 1502
星月不相逢
星月不相逢 2021-01-13 13:55

I have a QT C++ application that runs the Octave program using QProcess. I am able to communicate with it by reading the standard output/error and writing to it\'s standard

2条回答
  •  自闭症患者
    2021-01-13 14:31

    I know you probably already solved your problem but this might be helpful for other... You can try to add a command to save your plot in a temporary folder in your octave request. Then display the graph in your ap

提交回复
热议问题