Community Profile

photo

Frandos Castleback


Last seen: 4 years 前 自 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 years 前 | 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 years 前 | 2 个回答 | 0

2

个回答