photo

ankit agrawal


Last seen: 11 months ago Active since 2015

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
1 Answer

File Exchange

2 Files

RANK
36,021
of 297,527

REPUTATION
1

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
1

RANK
15,560 of 20,454

REPUTATION
9

AVERAGE RATING
5.00

CONTRIBUTIONS
2 Files

DOWNLOADS
3

ALL TIME DOWNLOADS
49

RANK

of 159,075

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 5-Star Galaxy Level 1
  • Personal Best Downloads Level 1
  • GitHub Submissions Level 1
  • First Submission
  • First Answer

View badges

Feeds

View by

Question


How to fit largest ellipsoid for 3d data points such that it covers all points?
Hi, I have search a lot for ellipsoid fit to 3d data and come up with some answer but I want some improvement in my method such ...

7 years ago | 1 answer | 0

1

answer

Question


colormap for facealpha and range
I have plotted concentric sphere of different radii with different color and different FaceAlpha. <</matlabcentral/answers/up...

9 years ago | 0 answers | 0

0

answers

Question


what kind of graphics error is this?
Hello recently i buy a new HP 15 Notebook PC with Nvidia Geforce. When i am running matlab code then i am unable to save the ima...

9 years ago | 1 answer | 0

1

answer

Answered
lognrnd(2.3,0.8,[5000,1]), I do not want the value which samller than 1.5? How can I do?
You can do something like this a=lognrnd(2.3,0.8,[5000,1]); index=1; for i=1:length(a); if a(i)>=1.5; ...

10 years ago | 0

Question


How to draw smooth balls (spheres) and sticks (cylinders) around my XYZ points.
Hi, I generate the xyz coordinate of a molecule using simulation in C++. Now i have 250 atoms of xyz coordinate in one molec...

10 years ago | 1 answer | 1

1

answer