|
[Sponsors] | |||||
|
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
I've been using Matlab to obtain contour plots of compressible flows in turbomachinery. Wish to label the contour lines using mouse selection. Would there be any way to activate a contour plot for interactive labelling through the command window? Thanks very much. |
|
|
||
|
|
|
#2 |
|
Guest
Posts: n/a
|
use `manual' to label the contours, i.e. ... [c,h]=contour(x,y,your_matrix); clabel(c,h,'manual'); ...
When execuating this script, your are required to right-click the mouse to label the contours you interested. Click anywhere outside the axes area if you don't want to label. P.S. Could you tell me how to draw contours in a non-rectangular region? A small demo .m file and related data file are prefered. |
|
|
||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CFD Wiki - We Need More Help! | Jonas Larsson | Main CFD Forum | 0 | September 26, 2005 08:11 |
| ASME CFD Symposium, Atlanta, July 2001 | Chris R. Kleijn | Main CFD Forum | 0 | August 21, 2000 04:49 |
| CFD Design...The CFD Future | John C. Chien | Main CFD Forum | 19 | October 6, 1999 11:57 |
| PC vs. Workstation | Tim Franke | Main CFD Forum | 5 | September 29, 1999 15:01 |
| Which is better to develop in-house CFD code or to buy a available CFD package. | Tareq Al-shaalan | Main CFD Forum | 10 | June 12, 1999 23:27 |