problem in writing code
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
