Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with expressions for a law curve

Status
Not open for further replies.

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
 
Replies continue below

Recommended for you

Hey Cowski,

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor