Community Profile

photo

ankit agrawal


Last seen: 3 years 前 自 2015 起处于活动状态

统计数据

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

查看徽章

Content Feed

排序方式:

已提交


HigherOrderGenome
These codes are using for plotting figures of this paper. https://www.biorxiv.org/content/10.1101/315812v1

5 years 前 | 1 次下载 |

已提交


KhachiyanAlgorithmMain
Fit ellipsoid to 3d data points using Khachiyan Algorithm. This code will find a minimum volume of ellipsoid which contains set ...

5 years 前 | 1 次下载 |

提问


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

6 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 0 个回答 | 0

0

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答

已回答
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; ...

9 years 前 | 0

提问


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

9 years 前 | 1 个回答 | 1

1

个回答