SiW979
Mechanical
- Nov 16, 2007
- 804
Hi NX'ers
Does anyone know how to enter a variable number in an equation for a law curve?
I have a variable t and I want it to vary between 0 and 1 in 200 step intervals.
based on some equations I have been given from Matlab
t = linspace(0,1,200)
I want to multiply each number in the t array by constant value L1:
Ll = 304.8
Then I want my curve to be:
xt = t*L1;
Many thanks in advance.
Best regards
Simon
NX7.5 NX8.5 NX9 NX10 NX11
NX Consultant
Does anyone know how to enter a variable number in an equation for a law curve?
I have a variable t and I want it to vary between 0 and 1 in 200 step intervals.
based on some equations I have been given from Matlab
t = linspace(0,1,200)
I want to multiply each number in the t array by constant value L1:
Ll = 304.8
Then I want my curve to be:
xt = t*L1;
Many thanks in advance.
Best regards
Simon
NX7.5 NX8.5 NX9 NX10 NX11
NX Consultant