problem in writing code
조회 수: 3 (최근 30일)
이전 댓글 표시
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
채택된 답변
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
