Community Profile

photo

Arvind Kumar Pathak


Last seen: 1 year ago Active since 2017

Followers: 0   Following: 0

Statistics

  • First Review
  • Thankful Level 3

View badges

Feeds

View by

Question


How to autosave matlab ode sover results if power goes
My simulation is taking so much time. If the power goes off during my simulation, I have to start the simulation again. Do we h...

4 years ago | 1 answer | 0

1

answer

Question


Animated line and vector plot is not appear in the same plot
In the below mentioned code, i have a ball inside a bowl. ball and bowl are drawn using animatedline command. I also want to pl...

4 years ago | 0 answers | 0

0

answers

Question


Index of point in matlab plot
x = rand(10,3); plot3(x(:,1),x(:,2),x(:,3),'R.') hold on pause; y = rand(10,3); plot3(y(:,1),y(:,2),y(:,3),'B.') %%%% A...

5 years ago | 1 answer | 0

1

answer

Question


Index of individual points of two data set in matlab plot
clear all clc load('scaphoid.mat') % load('capitate.mat') A = scaphoid; % c = capitate(:,1:3); % [index,tnorm]=MyRobustC...

5 years ago | 1 answer | 0

1

answer

Question


getting all points over a specific part in matlab plot
to plot the attached data, this is my command plot3(radius(:,1),radius(:,2),radius(:,3),'.') above plot is the view in YZ...

5 years ago | 1 answer | 0

1

answer

Question


Get the index with the values in matlab plot
This is my code view(65,0) % YZ X = rri_0_0(1:3,:)'; %%%% data is attached [index,tnorm]=MyRobustCrust(X); trisurf(inde...

5 years ago | 2 answers | 1

2

answers

Question


Draw a plane over 3d point cloud and determine the 3d point above or below that plane ?
Dear sir/ Madam I have a 3d pont cloud in which let N are the no of points. Every point has X, Y and Z coordinate. I want to d...

5 years ago | 1 answer | 0

1

answer

Question


How to get the indices of two matrix simontaneously
I have two matrix A and B A = [1 2 3; 4 5 6; 7 8 9; 10 11 12; 13 14 15] B = [1 2 3; 4 5 6; 7 8 9; 10 11 12; 13 14 15] ...

6 years ago | 2 answers | 0

2

answers

Question


Remove zeros from all columns of a 3d matrix
A matrix named 'T' is attached whose dimension is 3,3048, 1849. I want to remove all the zeros from columns (3048). can an...

6 years ago | 0 answers | 0

0

answers

Question


Projection of a point over a cone shape
I have the two bodies(L_CR and S_CR) having geometry in the form of point cloud. Information of point cloud is attached Two pl...

6 years ago | 0 answers | 0

0

answers

Question


How to configure the matlab to use all core and processor of my system ?
Please tell me, how to use all core and processor of my system. Is there any option in GUI of MATLAB or some type of code i ...

6 years ago | 1 answer | 0

1

answer

Question


How to improve computing speed of in matlab
I have attached three file. 1. main file (circle.m) 2. ode file (circle_ode_with_nonlinear_spring.m) 3. forces (forces.m) ...

6 years ago | 1 answer | 0

1

answer

Question


Animation in Matlab using animatedline command
I have this animation code curve = animatedline('Color','b','LineWidth',1); % clearpoints(curve) axis([-15,15,-15,20]); ...

6 years ago | 1 answer | 0

1

answer

Question


How to genrate inward normals to a circle having 20 points ?
I have a circle having 20 points in it's periphery. I amd doing this R = 1; %Radius of 1 n = 20; UV1...

7 years ago | 0 answers | 0

0

answers

Question


I want to draw sphere ?
I have this code r = 1; xo = 0; yo = 0; zo = 0; m =20; n = 10; for theta=0:2*pi/m:2*pi, phi=-pi/2:pi/...

7 years ago | 1 answer | 0

1

answer

Question


How to identify that moment when two circles are in contact or not
I have two circle. one circle in coming towards second circle from certain height due to gravity. i want to identify that moment...

7 years ago | 2 answers | 0

2

answers

Question


Contact detection between two solid bodies
Dear Sir/ Madam I have the information of geometry of two solid bodies in the form of point clouds. these points having the c...

7 years ago | 1 answer | 0

1

answer