Skip to main content
10-Marble
March 14, 2024
Solved

clamping a vector in Mathcad prime

  • March 14, 2024
  • 2 replies
  • 1423 views

hi - I'm trying to limit the maximum and minimum value in a vector to with a clamping function.

In my file the vector is to be limited to a minimum of zero and maximum of 5. Can anybody help me find out what I am doing wrong?

Newbie alert - be kind please 🙂

thanks, Ian

Best answer by Werner_E

No need to vectorize v because its already a vector 😉

You have to vectorize the whole function call. That way the elements of the vector argument v a fed singly into the function which is what you want to happen:

Werner_E_0-1710422258853.png

 

2 replies

Werner_E25-Diamond IAnswer
25-Diamond I
March 14, 2024

No need to vectorize v because its already a vector 😉

You have to vectorize the whole function call. That way the elements of the vector argument v a fed singly into the function which is what you want to happen:

Werner_E_0-1710422258853.png

 

10-Marble
March 14, 2024

Ahhh, Brilliant !!

Many thanks Werner_E - you're on my Christmas card list 🙂

ttokoro
21-Topaz I
21-Topaz I
March 14, 2024

image.png

t.t.