Community Profile

photo

Frandos Castleback


Last seen: 4 years ago Active since 2020

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 2 answers | 0

2

answers