🎉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

Section Average on Curves

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

Hi,

 

i want to include an average level line on specific sections of curves in my plot window, like in the attached Image.

 

Is there some funtion / plot macro to do this?

 

<?xml version="1.0" encoding="UTF-8"?>post-3178-0-52346400-1436865652_thumb.pn

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Hi,

     

    You can use 'Datum Lines' option under the 'Curve' tab.

     

    Hope it helps.  

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Hi,

     

    Please try the following:

     

    1. use 'plot macro' button to switch to macros

    2. search for 'subrange x'

    3. input your curve (double click on 'curve' and select)

    4. input 'X start' and 'X end' for your range of interest

    5. press apply -> new curve is created

     

    6. search for macro 'mean - curve output'

    7. select the new curve (double click on 'curve' and select)

    8. press apply ---> be happy

     

    If you have installed MVP-Toolbar, then both functions are included in the menus Curve Manipulation-> Curve Cut and Statistics->Meanvalue.

     

     

    Best regards,

    Mario

    <?xml version="1.0" encoding="UTF-8"?>post-817-0-16517500-1436872275_thumb.png

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    Thanks Mario, this is what i was looking for..