×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Help with expressions for a law curve

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.

Best regards

Simon

NX7.5 NX8.5 NX9 NX10 NX11
NX Consultant
www.team-eng.com

RE: Help with expressions for a law curve

In NX law curves, the "t" variable varies from 0 to 1; NX controls the step size, you don't get to specify it.

www.nxjournaling.com

RE: Help with expressions for a law curve

(OP)
Hey Cowski,

thanks for the reply, how about this then? (asking for a friend winky smile

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

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources