- Are you on Windows?
- If so, have you tried to run   runfeko sim.pre --execute-prefeko -np   at the Windows command prompt?
- What is   runfeko   supposed to do?
- Is Altair HyperWorks FEKO 2017 installed on your computer?
Matlab code works with FEKO 2007, but does not work with 2017?
5 ビュー (過去 30 日間)
古いコメントを表示
I would like to ask about why my Matlab code works with FEKO 2007 BUT does not with FEKO 2017? Is there any change I have to do for this
{!runfeko sim.pre --execute-prefeko -np }
to make it works with FEKO2017? Any help thankful!
6 件のコメント
per isakson
2017 年 3 月 22 日
編集済み: per isakson
2017 年 3 月 22 日
- What kind of program is runfeko?
- Is it possible look "inside" to identify its communication with feko?
- Is there a manual for runfeko?
回答 (1 件)
joaquin
2017 年 3 月 21 日
Have you modified the system environment variable "path"? You have to set the path of the new FEKO version (2017). Reboot Windows and run again your code.
3 件のコメント
joaquin
2017 年 3 月 22 日
編集済み: per isakson
2017 年 3 月 24 日
Hello, here is the explanation I owed you:
- Open System in Control Panel.
- On the Advanced tab, click Environment Variables, then click the name of the system variable you want to change, "path" in this case.
- Change the old path (FEKO 2007) for the new path (FEKO2017)

I hope this will help you. (It did it in my case)
参考
カテゴリ
Help Center および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!