My question is not about finding the max value or the way to compute anything for that matter, I solely used the "max value" as an example. I'll try again...
I would like to view an x and y coordinate in a graph, thus for example: [2.33,6.91]. This coordinate is defined by a function, for...
Trace must be used manually. I would like something automated.
My (simplified) case:
I have plotted a function f(x,a,b,c,d). By each change of a,b,c,d I do not want to find the max value in a range by myself using trace. I want the value of the coordinate which, for example, defines the max...
I'm familiar with the trace option, but I would like to show the coordinate(s) value(s) of a point in the graph.
Do you have any other suggestion?
Regards,
L van Rijsewijk
Netherlands
Hello,
is it possible to show the value of a variable on the markers of an X-Y plot?
For example if a(x)=2x, I insert a(x) on the marker indicator and I would like it top show a value of, for example 10 in case of x=5, instead of a(x).
Thanks in advance,
L van Rijsewijk
Netherlands
To create animations, I use the /show command instead of /seg.
For example;
/show,'name of file',grph
*do,
....
*enddo
/show,close
This file can then be viewed in ansys display to create a video (which also lets you control the time between frames). By issuing a series of /show commands you...
Dear group members,
I'm simulating a voltage sweep on a curled beam using the ESSOLV macro. I've managed to create the electrostatic-structural simulation including contact.
The problem is, after I've done a voltage sweep to determine the pull-in and release voltage, the beam does not return...
Hello all,
Is there a way to edit the 'ticks' on a colorbar?
I have a colorbar that starts at 0 an ends at 12 with stepsize 2. But the maximum value is 13 and is therefor not shown because of the stepsize. If I plot the figure I can change everything using the axes properties, but I like to...
Hi everybody,
I plotted the function F(x,y):= 2^(x/y) in a surface plot.
Double clicking the graph I get the 3D plot format options.
- In the general tab I select; contour plot
- In the appearance tab under Fill options I select; fill contours.
- In the special tab under contour options I...