CONTOUR(U) with fixed Umin and Umax... Log Out | Topics | Search
Moderators | Register | Edit Profile

FlexPDE User's Forum » User Postings » CONTOUR(U) with fixed Umin and Umax « Previous Next »

Author Message
Top of pagePrevious messageNext messageBottom of page Link to this message

Ole Tar (oletar)
Member
Username: oletar

Post Number: 5
Registered: 05-2007
Posted on Saturday, March 14, 2009 - 11:03 am:   

Hi,
Is it possible to plot CONTOUR(U)PAINTED with fixed Umin and Umax instead of the dynamically changing values? I've tried RANGE(arg1,arg2) but it seems that it doesn't work.

Thanks.
Top of pagePrevious messageNext messageBottom of page Link to this message

Robert G. Nelson (rgnelson)
Moderator
Username: rgnelson

Post Number: 1221
Registered: 06-2003
Posted on Saturday, March 14, 2009 - 04:26 pm:   

1) CONTOUR(U) without qualification will scale the plot to the actual range of the variable U.

2) CONTOUR(U) RANGE(U1,U2) will use U1 and U2 unless the actual range exceeds these values, in which case the plot will be scaled to [min(minU,U1), max(maxU,U2)]

3) CONTOUR(U) FIXED RANGE (U1,U2) will scale to [U1,U2] no matter what the data values are.

Add Your Message Here
Post:
Username: Posting Information:
This is a private posting area. Only registered users and moderators may post messages here.
Password:
Options: Enable HTML code in message
Automatically activate URLs in message
Action:

Topics | Last Day | Last Week | Tree View | Search | Help/Instructions | Program Credits Administration