Hi,
I have a Mathcad worksheet that requires the Jacobi elliptical function Sn (u, m). Mathcad doesn't have this function built in so I'm trying to insert a Matlab component to solve this and call the results back into Matchcad.
The two input variables are of the form a(b) so my questions are:
1) Do I need to convert this in Matlab code in the Matlab script editor or am I OK just using in0 and in1 to call the data?
2) How do I get the processed data back into Mathcad?
Many thanks for any help.