Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MATLAB R2016a を使用して、Amibrokers COM インターフェイス経由で Amibroker にアクセスしようとしています。次のコードを使用して、MATLAB で COM サーバーを作成しました。 AB = actxserver('Broker.Application')
get(AB) を使用すると、Matlab は「空のフィールドを持つ構造体」を返します。AB オブジェクトをダブルクリックしても、インスペクターには何も表示されません。
問題は何ですか?