Quantcast
Channel: MATLAB Central Newsreader - tag:"patch"
Browsing all 25 articles
Browse latest View live
↧

Patch moves to back when saving plot as image

Hello, I am trying to mask out particular areas of a streamline plot, and am able to do so within a Matlab figure by using the "fill" function (or alternately "patch"). However, when I save the plot as...

View Article


Publishing 3D (surf/mesh/patch...) plots

Hi all, I have been trying very hard to get publish-quality out of MATLAB 3D plots that include dense meshes and/or lighting effects. I include the download link to two MATLAB figures (.fig) which I...

View Article


Re: Publishing 3D (surf/mesh/patch...) plots

On 7/12/2013 12:19 AM, Chris wrote:> Hi all,>> I have been trying very hard to get publish-quality out of MATLAB 3D plots that include>dense meshes and/or lighting effects. I include the...

View Article

Re: Get automatically 3D position of a data cursor on a patch

I guess the ginput function should do the work. "Matthias " <chill-out@gmx.ch> wrote in message <h9i1h2$4r2$1@fred.mathworks.com>...> Hi, do you know how to do it for a simple 2D...

View Article

Re: Plot a Cube

Hi Alex, Small typo in the face ordering. I think> face = [1 2 3 4;5 6 7 8;3 4 8 7;1 2 6 5;2 3 7 6;4 1 8 5]; should be> face = [1 2 3 4;5 6 7 8;3 4 8 7;1 2 6 5;2 3 7 6;1 4 8 5]; John "Alex V"...

View Article


Problems with patch transparency in GUIDE

I have a weird problem when I try to set transparency to a patch element in my GUI... I think the problem is very simple but I've searched a lot and I haven't found anything useful. The code is:...

View Article

Re: Problems with patch transparency in GUIDE

"Rafael " <rafa_el137@hotmail.com> wrote in message news:l6svll$lrc$1@newscl01ah.mathworks.com...> I have a weird problem when I try to set transparency to a patch element > in my GUI... I...

View Article

Using 'patch' smudges fonts

Hello All, I know it becomes a bit tricky in general (gathering from previous related posts) when one uses the 'patch' command. The default vectors renderer Painters gets changed to OpenGL. I searched...

View Article


fill or patch command opens new figure if called from timer

Hello, when i use the "fill" or "patch" command in the callback of a timer or serial object the result is displayed in a new figure window instead of the the current axes. Even when i pass the correct...

View Article


Re: Using 'patch' smudges fonts

"Par " <rpara26@gmail.com> wrote in message news:lfe3ep$d04$1@newscl01ah.mathworks.com...> Hello All,>> I know it becomes a bit tricky in general (gathering from previous related >...

View Article

How to define a surface/patch having a given curvature and a triangular form ?

Hello ! I am a novice in Matlab and maybe the answer to this question is trivial. Anyway, I would be really pleased if someone could help me. I plotted several data points and I wished to fit a surface...

View Article

Re: How to define a surface/patch having a given curvature and a triangular...

"Fanny " <fanny.george@uclouvain.be> wrote in message <lr832r$hgp$1@newscl01ah.mathworks.com>...> Hello !> > I am a novice in Matlab and maybe the answer to this question is...

View Article

Re: intersections between 2 volumes

"Irina Grigorova Grigorova" <grig76@gmail.com> wrote in message <h3uefd$dct$1@fred.mathworks.com>...> I wonder if there is an easy way to determine whether there is an intersection...

View Article


3D structure of the stomach

Hello, I would like to plot a 3D structure representing the stomach. A sketch of what it should look like is here: http://thoracicsurgery.stanford.edu/patient_care/images/normal-stomach.jpg Still, I do...

View Article

Re: 3D structure of the stomach

I found a possible solution to my problem. Here:http://www.mathworks.com/matlabcentral/answers/88977-plot-a-family-of-circles-in-3d I found an elegant way of drawing the structure I need. Still, I...

View Article


get sample patch 10x10 from image 255x255?

I'm newbie wit matlab, but im already learn about how to make patch. But i have problem if i want get some sample from an image. Can anyone explain how to get some sample image from larger image? Say...

View Article

Finding the boundary of a patch surface: what's the best way?

For a 3D patch surface object,I want to find the edges of facets that lie on the boundary of the surface. For example, for FV.vertices=[0,0,0;0,0,1;0,1,0;0,1,1]; FV.faces=[1,2,3;2,4,3]; I want to get...

View Article


Re: legend patch alpha values

> In any case, if you assign the output of legend() to a variable, it will be > the handle of the separate axis that the legend is drawn on. You can findobj() > from there to locate the patch...

View Article

Re: Get automatically 3D position of a data cursor on a patch

when i use the code below, i got "Attempt to reference field of non-structure array." error. Can u please help me? % reading a head 3-D model [V,F] = read_vertices_and_faces_from_obj_file('head.obj');...

View Article

Re: Get automatically 3D position of a data cursor on a patch

mjrizy70 <abaszadeh.mj@gmail.com> wrote in message <dbSdnT0pZqoc1zvInZ2dnUU7-eudnZ2d@giganews.com>...> when i use the code below, i got "Attempt to reference field of non-structure...

View Article
Browsing all 25 articles
Browse latest View live