Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hello!
Recieve an error that this value must be a scalar . What am i doing wrong?
/E
Solved! Go to Solution.
The problem is one line above the call of STEP13. There is a multiplication sign between the parameters of that function instead of the comma.
The problem is one line above the call of STEP13. There is a multiplication sign between the parameters of that function instead of the comma.
Thanks!