Check for instrument objects
1 次查看(过去 30 天)
显示 更早的评论
Is there a way to look for existing interface objects prior to creating new ones? For example, if programs don't complete there are often objects in memory still connected to instruments. This causes problems if they are in place when the program is run again.
A better practice would be to make sure no objects exist before creating new ones, but I'm not sure how.
Thanks.
0 个评论
采纳的回答
Gerd
2011-6-6
Hi Arun,
what interface objects are you looking for. When you talking about serial communication object you can find them using
instrfind
Gerd
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Instrument Connection and Communication 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!