my code is not working...

function HW2CH3(x)
y = linspace(0,x);
n = lenght(y);
for i = 1:n
uy(i) = -5/6.*(sing(y(i),0,4)-sing(y(i),5,4))+uy(i)+15/6.*...
sing(y(i),8,3)+75*sing(y(i),7,2)+57/6.*y(i).^3-238.25.*y(i);
end
plot(y,uy,'--')
end

댓글 수: 1

KSSV
KSSV 2020년 6월 10일
Replace lenght with length.
Not working...why it is not working? How do you know? any error? What is sing?

답변 (1개)

madhan ravi
madhan ravi 2020년 6월 10일

0 개 추천

length

이 질문은 마감되었습니다.

태그

질문:

2020년 6월 10일

마감:

2021년 8월 20일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by