problem in writing code
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Souvick roy
am 22 Mär. 2019
Kommentiert: Souvick roy
am 22 Mär. 2019
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);

0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
