Community Profile

photo

Frandos Castleback


Last seen: 거의 4년 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Integrating with a static starting value and changing end value
My code so far is: Cp= @(T) 0.132+1.56e-4.*T+2.64e-7.*T.^2; dT=linspace(0,300); T0=-100; dH=integral(Cp,T0,dT); %does not wo...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


How do I make a function work with vectors?
I have this function function tanH = TAN(x) tanH(x)=((exp(x))-(exp(-x)))/((exp(x))+(exp(-x))) end and I need to change it s...

대략 4년 전 | 답변 수: 2 | 0

2

답변