Ali Gerami Matin
2017 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 154,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How can I import matlab files to paraview?
I am going to draw zero level set of a matlab file in paraview. My matlab script attached: clc N=4; k=[0:N/2-1 0...
7年以上 前 | 0 件の回答 | 0
0
回答質問
How do I draw zero level set of a function in matlab? (Based on my knowledge, it would be a sphere)
I attached my script here. clear N=4; k=[0:N/2-1 0 -N/2+1:-1]; l=[0:N/2-1 0 -N/2+1:-1]; m=[0:N/2-1 0 -N/2+1:-1]; ...
7年以上 前 | 1 件の回答 | 0
1
回答質問
How can I solve a PDE with Fast Fourier Transform in matlab (my problem has three dimensions X, Y, Z)?
This PDE is Allen-Cahn Equation with three dimensions. I think that I should use fftn() but I need to see an example script to...
7年以上 前 | 1 件の回答 | 0