Skip to main content
1-Visitor
February 23, 2016
Question

Hey guys plz help me

  • February 23, 2016
  • 6 replies
  • 2087 views

Im still working on a routine and im stucking in defining a routine for each row of the vector.

I need to define a certain condition and apply it to every row of the vectors

The rows are depending on the Loadcases, which are read in mathcad.

I still dont really understand 😞

Thx 😃

In this case i need to write the maximum value of the calculated 5 pressures to excel for every loadcase.

6 replies

25-Diamond I
February 23, 2016

You didn't attach tha datafile so we just see errors in your sheet.

Could it be that you are looking for something like this:

1-Visitor
February 23, 2016

yes best thx mm having little problems with the notation so far.

I hope i can make a workaround and get rid with the "NaN" values.

25-Diamond I
February 23, 2016

yes best thx mm having little problems with the notation so far.

???

I hope i can make a workaround and get rid with the "NaN" values.

? To what extent does this have to do with your original question here?

1-Visitor
February 25, 2016

I could happyly manage it. I want to share it with you how i solved it:

As you can see i have 5 pressures now i wrote for the pressure formula:

pt1=0 on error 5*b/x   (with all pTs)

with p=5*b/x

so i can manage the problem, when i have only pT1 and all others are without value.

I can then make the max(pT1,pT2,pT3,pT4,pT5) without an error when only 1 or 2 pT is available to calculate the max

=))