Problem with plotting functions

Hey! I have been working ith this exersice for a long time and it is the first time i work with plotting this type of functions. Could someone please help with how to do this?
I need espacially help with b and c

3 comentarios

Stephen23
Stephen23 el 7 de Nov. de 2019
What have you tried so far?
(Please write comments as comments. The answers are for answering the question).
Jacob Andréasson
Jacob Andréasson el 7 de Nov. de 2019
I need espacially help with b and c on question 2
Jacob Andréasson
Jacob Andréasson el 7 de Nov. de 2019
x=0:0.1:6;
t=0:0.1:10;
syms n
F1=symsum((1/(n^2))*sin(n*pi/2)*cos(n*pi*t/6)*sin(n*pi*x/6),n,0,Inf)
u=(8/(pi^2))*F1;
plot3d(x,t,u)

Respuestas (0)

La pregunta está cerrada.

Preguntada:

el 7 de Nov. de 2019

Comentada:

el 7 de Nov. de 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by