Please wait...
×

Error

  • Items of Matlab Toolbox to create a dfsu file from Mike 21 ST.

    Hello everyone:

    I have a question about the Matlab toolbox for creating a dfsu file, specifically for items Total load: magnitude, direction, ‘x’ component, ‘y’ component and Bed Level Change which are outputs from Mike 21 ST.

    I try to create a file with data from different simulations (each weighted in one) with these items following the example in the create_dfsu_2D.m file, but I do not know how to add these items.

    In the file appears how to add the items Current Surface and Height using these commands:
    builder.AddDynamicItem('Surface height',eumQuantity(eumItem.eumISurfaceElevation,eumUnit.eumUmeter));
    builder.AddDynamicItem('Current',eumQuantity(eumItem.eumICurrentSpeed,eumUnit.eumUmeterPerSec));

    The data and the rest is ok. I hope you can help me with this.

    Thanks by advance, and sorry for my bad English.
    Cristián