Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
You are trying to assign a value to 0 (the third element in the vector to the left of the assignment ':='). That is not allowed. 0 should remain 0 ...
If you change that 0 to epsilon_sub_3 for example, it should work.
Success!
Luc
You are trying to assign a value to 0 (the third element in the vector to the left of the assignment ':='). That is not allowed. 0 should remain 0 ...
If you change that 0 to epsilon_sub_3 for example, it should work.
Success!
Luc
I know......Thanks!