Help with expressions for a law curve
Help with expressions for a law curve
(OP)
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.
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
www.team-eng.com





RE: Help with expressions for a law curve
www.nxjournaling.com
RE: Help with expressions for a law curve
thanks for the reply, how about this then? (asking for a friend
I have a list of numbers (L) and I want to multiple each number in the list by t to give me xt.
Here is the formula:
xt = L * t;
where L = {1,2,3,4,5}
Any ideas how to enter this correctly?
Cheers
Si.
Best regards
Simon
NX7.5 NX8.5 NX9 NX10 NX11
NX Consultant
www.team-eng.com