contour plots (isolines)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

contour plots (isolines)

James
Hi,

For contour plots (isolines), would it be possible to show the value on each isoline? If it is impossible in featool, are there any commands to extract values for all isolines and then process them outside featool?

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: contour plots (isolines)

Precise Simulation
Administrator
James wrote
For contour plots (isolines), would it be possible to show the value on each isoline?
No, this is currently not possible.

James wrote
If it is impossible in featool, are there any commands to extract values for all isolines and then process them outside featool?
You should be able to use the following code on the Matlab command line:

   get(findall(0,'-regexp','tag','fea_cont'),'userdata')

Also note that you can prescribe the exact contour levels/values you want to plot, instead of having them calculated automatically. From https://www.featool.com/doc/post#post_contourplot : "The contour values can be specified in the Contour levels edit field, either as an integer for the number of contours, or a space separated vector to specify fixed values for the contour levels."