Plotting sum of FFT for Temperature distribution in a contour map
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I need to plot the following equation:
Taeq=2*c/((n*pi)^3)*((-1)^(n+1)*exp(-((n*pi)^2*t))-((-1)^n)*((n*pi)^2*t-1))*sin(n*pi.*r)./r;
T_a=symsum(Taeq,n,1,300);
in a contour map where r is the radius of a sphere and goes from 0 to 1.
1 comentario
Respuestas (0)
Ver también
Categorías
Más información sobre Contour Plots en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!