photo

Inge


Universiteit Twente

Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

  • Knowledgeable Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Draw a multiple lines in Matlab
I think you can solve the problem with function STEM: <http://www.mathworks.nl/help/matlab/ref/stem.html click>

fast 11 Jahre vor | 0

| akzeptiert

Beantwortet
storing data in an array from a loop
A1=(1:1:10)*1.22'; A2=(1:1:10)*2.55'; i=1; for cc=(A1+A2)/2; G1=[1 2]; G2=[2.6 1.1]; X(i)=(...

fast 11 Jahre vor | 0

| akzeptiert

Frage


Solve Compartmental Model with lsqcurvefitting
Hi, My question is about the following convolution: C(t) = Ca(t) x K1*exp(-k2*t) where x is the convolution. I have the...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort