我正在尝试使用David Dorran's code for running ltspice
in matlab using the function runltspice
。我使用Mac时遇到了麻烦,代码是为Windows编写的。当代码查找scad3.exe
的Mac版本中包含的文件中不存在的ltspice
时,会出现问题。我可以搜索不同的文件吗?还有其他人有这个问题吗?
答案 0 :(得分:0)
两个选项:
1)在mac(本机地)上找出ltspice的正确命令。我没有mac,所以我无法帮助。
2)使用macports在Mac上运行Windows版本。
sudo port install wine
wine LTspiceIV.exe
wine ~/.wine/drive_c/Program\ Files/LTC/LTspiceIV/scad3.exe
然后修改Dan的配置脚本以寻找&在这个新位置运行scad3.exe并使用wine。
来源: