Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
By typing "x(..." you create a function x.
To get what you intended you have to explicitly type a multiplication:
By typing "x(..." you create a function x.
To get what you intended you have to explicitly type a multiplication:
Werner, thanks a lot!