Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Problem with plotting functions

조회 수: 1 (최근 30일)
Jacob Andréasson
Jacob Andréasson 2019년 11월 7일
댓글: Jacob Andréasson 2019년 11월 7일
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
Jacob Andréasson
Jacob Andréasson 2019년 11월 7일
I need espacially help with b and c on question 2
Jacob Andréasson
Jacob Andréasson 2019년 11월 7일
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)

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by