photo

Inge


Universiteit Twente

Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
2 Answers

RANK
6 008
of 300 343

REPUTATION
8

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20 926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 172

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

ungefär 12 år ago | 0

| accepted

Answered
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)=(...

ungefär 12 år ago | 0

| accepted

Question


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

ungefär 12 år ago | 1 answer | 0

1

answer