photo

Amin zaami


Last seen: 3ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
C++
Spoken Languages:
English
Professional Interests:
Atomic, Molecular & Optical, Heat and Mass Transfer, Mechanical Engineering, Aerospace and Defense

統計

All
  • MATLAB Flipbook Mini Hack Participant
  • First Review
  • First Submission
  • First Answer

バッジを表示

Feeds

表示方法

送信済み


Fluent animator background for uifigure with Html and JS
Create fluent animation on the background of the uifigure using HTML component

8ヶ月 前 | ダウンロード 3 件 |

Thumbnail

送信済み


3D Great circle creator
Easily Create a Great circle on a sphere or ellipsoid. The relations and equations were derived mathematically. Useful for path ...

1年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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年 前 | ダウンロード 2 件 |

Thumbnail

回答済み
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年 前 | 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年 前 | 0