Matlab multiple graph types inside one graph
        Posted  
        
            by mirekys
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by mirekys
        
        
        
        Published on 2010-04-12T10:52:19Z
        Indexed on 
            2010/04/12
            10:53 UTC
        
        
        Read the original article
        Hit count: 758
        
Hi, I have a task to draw electrostatic field between
two electrodes( at given sizes and shape ),
what i have now is that i draw the electrodes with area plot (area(elect_x,elect_y))
the graph looks like this:
------------------.---
                  |..
     .---.        |..
     |...|        |..
.----....|        |..
|........|        |..
----------------------
and now i would need to draw inside this probably a mesh, showing the field. Is there any way to do it, or i´m on a wrong way? Thank you very much for every guide
© Stack Overflow or respective owner