ACTXSERVER関数を実行すると新しいExcelインスタンスが作成されるのはなぜですか?
显示 更早的评论
以下のコマンドを実行すると、新しい Excel のインスタンスが開かれます。
a = actxserver('Excel.Application');
既に開かれている Excel のインスタンスを取得する方法を教えてください。
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 COM オートメーション サーバーとしての MATLAB の呼び出し 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!