problem in writing code
Show older comments
Respected sir i have written following code according to formula given below
delta=0.02;
lamda=[0.01: 0.001 : 0.1];
p= lamda./delta;
q1=delta-lamda+lamada*exp(-delta./lamda);
plot(p,q2);
xlabel('p');
ylabel('q1');
error message
Undefined function or variable 'lamada'.
Error in tryq1 (line 4)
q=delta-lamda+lamada*exp(-delta./lamda);

Accepted Answer
More Answers (0)
Categories
Find more on Clustering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!