Community Profile

photo

Frandos Castleback


Last seen: fast 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten