I am writing a function to call paraview from matlab for better visualisation (in Windows). Currently matlab writes some settings and target VTU/K filenames to a json file and then a python script reads this and displays the results.
I am calling paraview by the command line in matlab e.g. system('paraview --script=myscript.py')
, which works fine but as I tweak things in matlab I end up with hundreds of paraview windows open!
I was wondering if it were possible to run a script from the command line in an existing paraview GUI? Or would an “Update” macro be a good work around?
Thanks for any help you can offer