Quantcast
Channel: MATLAB Central Newsreader - tag:"patch"
Browsing index pages (25 articles)
↧

Re: Slice a patch

"Chris Clark" wrote in message <i4b0od$4f5$1@fred.mathworks.com>...> Hi,> I have matrices of faces and vertices that i use with patch() to create a 3d reconstruction.> I would like to...

View Article


Re: 3D plots

"Pieter Theron" wrote in message <nkh5m7$jgu$1@newscl01ah.mathworks.com>...> I need to create the clebsch cubic. The formula is > >...

View Article


3D plots

I need to create the clebsch cubic. The formula is 81((x^3)+(y^3)+(z^3))-189((x^2)*y+(x^2)*z+x*(y^2)+x*(z^2)+(y^2)*z+y*(z^2))+54*x*y*z+126*(x*y+x*z+y*z)-9*((x^2)+(y^2)+(z^2))-9*(x+y+z)+1=0 How do I...

View Article

Re: plot hex mesh (cubes)

Hi I am also looking for such option. Do you have additional recourse for hex mesh? I am looking to produce the connectivity table from a set domain. Thank you Regards Ali Radhi

View Article

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

"someone" <someone@somewhere.net> wrote in message news:mo6br2$c7p$1@newscl01ah.mathworks.com...> mjrizy70 <abaszadeh.mj@gmail.com> wrote in message >...

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

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: 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


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


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

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

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: 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


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

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: 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

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


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

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

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
Browsing index pages (25 articles)


Latest Images