photo

Ali Gerami Matin


2017년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 1

배지 보기

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

1

답변