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

Re: how to change colour range after plotting colormap

"craq" wrote in message <lmp66d$17l$1@newscl01ah.mathworks.com>...> this isn't the best example, since nobody here can copy/paste that and reproduce the problem for themselves. oh sorry :(>...

View Article



Re: meshgrid 3d 6000*6000 matrix can't be shown. is the problem in my...

Sorry for disturbed Finally I can solve it thanks a lot :) Sincerely, Ary

View Article

Re: plot a point in 3D

"Caroline From France" wrote in message <gmu2t3$92o$1@fred.mathworks.com>...> akle <r_rukaplan_n@yahoo.ca> wrote in message > > > > how can I view a 3D surface and noticeable...

View Article

Translucent 'mesh' or 'surf' Plot

Hello, I am trying to plot translucent planes in 3D. From what I have read on other threads, it seems like there are a couple of options (using either 'mesh' or 'surf' to plot): 1)...

View Article

Re: Translucent 'mesh' or 'surf' Plot

"Akshay " <akshayha@usc.edu> wrote in message <lvcg1v$m7m$1@newscl01ah.mathworks.com>...> Hello,> > I am trying to plot translucent planes in 3D. From what I have read on other...

View Article


Re: Translucent 'mesh' or 'surf' Plot

> MESH plot doesn't have Faces filled with color, use SURF instead.> If one put color on face, it will show the transparency mesh(peaks(),'EdgeColor','g','FaceColor','green','FaceAlpha',0.1) at...

View Article

Re: Translucent 'mesh' or 'surf' Plot

Thanks a lot for your help! I actually had tried both 'mesh' and 'surf' with 'alpha', and neither one seemed to work for me. However, it turns out that that 'surf' with 'alpha' was actually working; I...

View Article

Undefined function or method 'mtimes' for input arguments of type 'cell'

Hi,     I am encountering this error message while running my below-given program to generate X, Y and Z co-ordinates for end-affector of a 3-DOF robotic arm using range of values of three angles...

View Article


Re: Undefined function or method 'mtimes' for input arguments of type 'cell'

"Saurabh " <saurabhchopra86@yahoo.co.in> wrote in message <m2cmk6$gd0$1@newscl01ah.mathworks.com>...> > I searched for the solution, and found that we should convert the cell arrays...

View Article


Re: Undefined function or method 'mtimes' for input arguments of type 'cell'

Hi Bruno,             Thanks for the help. But I am getting the same error message even after replacing '{}' with '()' in the X, Y and Z formulae :- ??? Cell contents reference from a non-cell array...

View Article

Re: Undefined function or method 'mtimes' for input arguments of type 'cell'

"Saurabh " <saurabhchopra86@yahoo.co.in> wrote in message <m2cquu$p8b$1@newscl01ah.mathworks.com>...> > ??? Cell contents reference from a non-cell array object. ROLLBACK! Remove...

View Article

Question about repmat

A meshgrid in 3-dimension can be written as [X,Y,Z] = meshgrid(1:n,1:n,1:n); The resultant X is same as the X obtained using "repmat" as X = repmat(1:n,n,1,n); Similarly Y obtained using meshgrid is...

View Article

Re: Question about repmat

"kumar vishwajeet" <kwzeet@gmail.com> wrote in message news:magrnu$i9u$1@newscl01ah.mathworks.com...> A meshgrid in 3-dimension can be written as> [X,Y,Z] = meshgrid(1:n,1:n,1:n);> The...

View Article


Coordinates in Vector Form, Cartesian to Polar

Hello everyone, I strongly need your help: I have a bunch of data exported from a program X (Feko), it's in this form:            X Y Data -7 -7 0,0110016103000000 -6,97002141000000 -7...

View Article

Re: Coordinates in Vector Form, Cartesian to Polar

On 4/14/2015 2:08 AM, Andres Diaz Pascuas wrote:> Now comes my problem, I have to convert the coordinates from cartesian to polar For this part, see cart2pol>and compute a grid to plot it and...

View Article


Re: Uniformly Distribute Points inside Polygon

ImageAnalyst <imageanalyst@mailinator.com> wrote in message <6217a98f-1aef-4b1b-ade1-6408c99cd3a8@56g2000hsm.googlegroups.com>...> On Jun 4, 8:05=A0pm, spiffyguy...@gmail.com wrote:>...

View Article

Detecting center pixels of noisy and blurred checkerboard pattern

I have a checkerboard pattern that I have taken from camera. I want to detect all checkerboard square center points in the image then interpolate the image from that detected points using meshgrid and...

View Article


Different sizes plot

Hi all, I want to ask how to plot 3D different size vectors?. Actually, there is 2 matrices (x,y) have the same dim. and the third has [ 1 : 2 ] <- this is time vector (delay matrix) I used mesh...

View Article

Re: Simulink n-dimensional scatter data interpolation

Good job solving this problem. I'm faced with a similar issue - the only difference is that I have 4-dimensional data. Do you perhaps have some ideas about how to extrapolate the data in 4D case, in...

View Article

Re: ismember - getting wrong result

"Ashwini Deshpande" <vd.ashwini@mathworks.com> wrote in message <gpb180$5uv$1@fred.mathworks.com>...> Hi,> > I have a matrix as follows,> > a = 0:0.1:1;> > when i tried...

View Article
Browsing all 25 articles
Browse latest View live




Latest Images