🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

reading FEKO defined variables by MATLAB

User: "Zakaria"
Altair Community Member
Updated by Zakaria

Hi,

I have defined variables for configuration in FEKO and ran a parametric study. now, I have 100 feko files for the same configuration but different dimensions. I want to collect the values of the variables of the 100 feko files using Matlab.

Is there a way to do that?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Mel"
    Altair Employee
    Accepted Answer
    Updated by Mel

    If you used the parameter sweep macro then a *.xml file will have been created that contains everything.

    For example:

    <parameter_sweep>   <settings>     <sweep_type>lin</sweep_type>     <frequency_properties config='StandardConfiguration1' numfreq='0' type='Continuous'/>   </settings>   <file>     <variable name='d1' value='-0.75268817204301'/>     <variable name='d10' value='-10.661912329567'/>     <path>parameter_sweep\Log_Periodic_Network_Load_01</path>   </file>   <file>     <variable name='d1' value='-0.75268817204301'/>     <variable name='d10' value='-11'/>     <path>parameter_sweep\Log_Periodic_Network_Load_02</path>   </file>   <file>     <variable name='d1' value='-0.7013440860215'/>     <variable name='d10' value='-10.661912329567'/>     <path>parameter_sweep\Log_Periodic_Network_Load_03</path>   </file>   <file>     <variable name='d1' value='-0.7013440860215'/>     <variable name='d10' value='-11'/>     <path>parameter_sweep\Log_Periodic_Network_Load_04</path>   </file>   <file>     <variable name='d1' value='-0.65'/>     <variable name='d10' value='-10.661912329567'/>     <path>parameter_sweep\Log_Periodic_Network_Load_05</path>   </file>   <file>     <variable name='d1' value='-0.65'/>     <variable name='d10' value='-11'/>     <path>parameter_sweep\Log_Periodic_Network_Load_06</path>   </file> </parameter_sweep>