Skip to main content
1-Visitor
May 31, 2013
Solved

Need help repeating process

  • May 31, 2013
  • 2 replies
  • 1821 views

I want to repeat the attached process several times in a single mathcad sheet, but the inbut variables need to be different variables.

Is there an easy and quick way to do it?

Is there such a thing as a function file in MathCAD. I have used them before in another program called Matlab and they are very effective

at performing repetetive processes.

Best answer by Werner_E

Is there such a thing as a function file in MathCAD.

You haven't read much docs about Mathcad yet, right?

Of course there are functions in Mathcad - look if the attached would help.

Furthermore I second what Henry said - in the future please attach your worksheet. You already found out how to do as you had attached a pic.

2 replies

1-Visitor
May 31, 2013

Please attach a mathcad worksheet so other can help. What is the parameter that you want to change?

is comb and method your input variable?

Just change your program to a function of comb and method, such as

q0`(comb, method)

then you calculate the program at different value of comb and method using q0`(1,0) q0`(2,0)

Werner_E25-Diamond IAnswer
25-Diamond I
June 1, 2013

Is there such a thing as a function file in MathCAD.

You haven't read much docs about Mathcad yet, right?

Of course there are functions in Mathcad - look if the attached would help.

Furthermore I second what Henry said - in the future please attach your worksheet. You already found out how to do as you had attached a pic.