코드 확인하고 행렬 관계
이전 댓글 표시
올린 파일과 아래의 코드가 맞는지 궁금합니다.행렬간의 관계에 대하여 알고 싶습니다.
qo=3900
a=0.13.*10.^(-7)
k=0.456
x=0.01
Ti=25
t=0:1:1000
T=2.*qo.*(sqrt(a.*t./pi)./k).*exp(-x.^2./(4.*a.*t))-qo.*x./k.*erfc(x./(2.*sqrt(a.*t)))+Ti
plot(t,T)

올린 파일과 위의 코드가 맞는지 궁금합니다.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Google에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!