Plotting field over a discontinuous waveguide????

hi
I have x( 21 by 1) y(9by1) vectors and i have to plot field over thesee points but the field is not defined over all points as there are discontinuities in waveguide.. I have a vector H of 150 by1 to be plotted in certain regions of x,y grid.
HOw to do that?
Thanks Gurpreet

Answers (2)

Give an example of your data. How is it discontinous/"not defined"? Do you have NaN or inf for some elements of the array(s)?
Umar
Umar on 4 Aug 2024
Edited: Umar on 5 Aug 2024

Hi @ Gurpreet` Gosal,

Try using quiver function to visualize the vector field over the specified points by defining the regions where the vector field should be plotted by creating a mask based on the discontinuities in the waveguide. For more information on this function, please refer to quiver

2 Comments

@Umar: Handy tip: you don't have to go out and figure out what the URL link is for a function, you can just type the @ symbol followed by doc: and then start typing the name. A popup list matching what you type will come up and then you can click on it and it will figure out the URL for you and make the link. Like @doc:quiver and then you can pick quiver from the list and it will show up like quiver
Also, if you do manually type or paste in the URL like you did, if you type a space or hit enter then it will make that URL a clickable link.
Hi @ Image Analyst,
Thanks for the tip and your help, that was very helpful.

Sign in to comment.

Categories

Products

Asked:

on 21 Dec 2012

Commented:

on 5 Aug 2024

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!