Community Tip - You can change your system assigned username to something more personal in your community settings. X
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.
Solved! Go to Solution.
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.
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)
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.