error in mupad plot
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
hello all,i write function code in mupad plot but occure error
zaman:=input(zaman)
for n from 0 to 100 do
if n>zaman
then A:=subs(A0,[A0=2.943])
elif n<=zaman then A:=subs(A0*n/zaman,[A0=2.943])
end_if:
end_for:
A:=plot::Function2d(A,n=0..100)
Error: The argument '101 = 0..100' is unexpected. [plot::Function2d::new]
thanke you for attention
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!