chaohcc

Results 7 comments of chaohcc

> Can you describe your problem in a bit more detail and provide some example code so we can reproduce it? Thank you! `import transplant` `matlab = transplant.Matlab()` `res =...

> If I understand you correctly, your `Myfun` does not return? That would be a problem in `Myfun`, not Transplant. > > However, you say "I need to close its...

> What sort of Matlab window is being opened? Like a figure? What operating system are you running? Thank you! here is the code I start matlab ![image](https://user-images.githubusercontent.com/51820918/106439522-bd6e2280-64b2-11eb-82b1-6625a8e20311.png) I run...

> Is that Window interactive, i.e. can you type something in there and get a response? That shouldn't happen. > > Could you debug into your transplant_master.py, and report back...

> If there is a window, it should not be interactive. If it is interactive, transplant must have crashed. It's a sad fact of Matlab that some errors can't be...

> The errors should show up either in your Python console, or in Matlab's window. Although since you seem to be running inside an IDE, perhaps the IDE is eating...