Read from Fedo software using Matlab
10 ビュー (過去 30 日間)
古いコメントを表示
Hello everyone, I'm using Feko 2007 and I have the Matlab code to change the data from Feke data to Matlab data works with Feko 2007, But when I update it to Feko 2017, the Matlab code does not work . It gives me the Feko code does not exist. Can anyone helps me to fix the Matlab code? The problem is here!
% Execute FEKO
disp(' ');
disp(['Point #' num2str(ii) ' out of ' num2str(length(tx_x))])
!runfeko sim.pre_ --execute-prefeko -np 2
E = fekoread_v2('sim.efe')
0 件のコメント
回答 (1 件)
Alisha Schor
2017 年 3 月 21 日
This question is being addressed in the following thread: https://www.mathworks.com/matlabcentral/answers/330491-read-from-fedo-software-using-matlab
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で File Operations についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!