How to start a third party application with Matlab?
3 次查看(过去 30 天)
显示 更早的评论
Hi everyone,
My Matlab script generates some files, when I compile it. I need to load this files in to a another third-party application. Instead of manually doing this, I would like to automate the process with a function. Could someone please tell me, is there any way to do this?My goal is to first open the application and then load the files using File->Newproject with a Matlab command.
Thanks in advance
0 个评论
回答(1 个)
Sugar Daddy
2020-7-2
open is the command. Suppose that i want to open a word document (which is in my MATLAB path) then
open('Test document.docx')
or you can also use
! Test document.docx
5 个评论
Sugar Daddy
2020-7-4
编辑:Sugar Daddy
2020-7-4
! Test document.docx
works fine in R2020a. I ve tried it. though i agree open is smarter way
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Testing Frameworks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!