Amin zaami
Followers: 0 Following: 0
C++
Spoken Languages:
English
Professional Interests:
Atomic, Molecular & Optical, Heat and Mass Transfer, Mechanical Engineering, Aerospace and Defense
Statistics
RANK
63,031
of 296,468
REPUTATION
0
CONTRIBUTIONS
0 Questions
2 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
16,396 of 20,379
REPUTATION
6
AVERAGE RATING
0.00
CONTRIBUTIONS
3 Files
DOWNLOADS
3
ALL TIME DOWNLOADS
64
RANK
of 156,514
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
Feeds
Submitted
Fluent animator background for uifigure with Html and JS
Create fluent animation on the background of the uifigure using HTML component
1 year ago | 1 download |
Submitted
3D Great circle creator
Easily Create a Great circle on a sphere or ellipsoid. The relations and equations were derived mathematically. Useful for path ...
2 years ago | 1 download |
Submitted
3D meshing for finite difference problems
This is a simple meshing in 3D to represent finite difference data in the nice environment of MATLAB.
2 years ago | 1 download |
How can I define an array of sparse matrix? (both for GPU and CPU)
See example below for sparse on GPU: sparse(A1,A2,gpuArray(1),m1,m2); sparse(41200,41200,gpuArray(1),41200,41200); f...
2 years ago | 0
Sparse arrays on GPU?
See example below for sparse on GPU: sparse(41200,41200,gpuArray(1),41200,41200); first 2 arguments for size, last t...
2 years ago | 0