当前位置:编程学习 > VB >>

VB中调用MATLAB为什么运行时说“DDE初始化时无外部应用程序响应”?

        txtInput.LinkMode = vbLinkNone
        txtInput.LinkTopic = "MATLAB|Engine"
        txtInput.LinkItem = "EngEvalString"
        txtInput.LinkMode = vbLinkManual
      ’  txtInput.LinkExecute "surf(X,Y,Z)"
      '  txtInput.LinkExecute "xlim(TLx)"
      '  txtInput.LinkExecute "zlim(TLz)"
      '  txtInput.LinkExecute "rotate3d on"
        txtInput.LinkMode = vbLinkNone


这样就没有提示,放开 txtInput.LinkExecute "surf(X,Y,Z)"这句就不行了。
各位大侠帮忙看看是什么问题啊,谢谢啦 --------------------编程问答-------------------- 说是linktopic不对 具体我也不知道 在寻找这个问题 楼主知道的话 忘给我也说说
--------------------编程问答-------------------- 不要做在A语言代码中调用B语言代码这么复杂、这么容易出错的傻事了。
只需让A、B语言代码的输入输出重定向到文本文件,或修改A、B语言代码让其通过文本文件输入输出。
即可很方便地让A、B两种语言之间协调工作。
--------------------编程问答-------------------- 那这个该怎么弄啊,求解释
补充:VB ,  基础类
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,