Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Greetings I have created a function to calculate some parameters.
I want also to enter the variable of Lvi and Lvd that are scalars but I have not been successful I want to add to the code f.c the part where you enter the overhangs, I added the matlab script and the language c in mathcad I can do it only until without overhangs if someone can give me some clue how to add that part of the algorithm that I have shown in the matlab script would be of great help, the result should be coordinates in x in the first column and y in the 2nd column.
cd "C:\Program Files\PTC\Mathcad Prime 7.0.0.0\Custom Functions" && cl /I. f.c /LD /link /out:f.dll /entry:DllMain mcaduser.lib && cd "C:\Program Files\PTC\Mathcad Prime 7.0.0.0" && MathcadPrime.exe
Hi,
Why not program from Matlab to PTC Mathcad Prime directly.