Info

This question is closed. Reopen it to edit or answer.

error in mupad plot

1 view (last 30 days)
golnaz
golnaz on 26 Jun 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
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

Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!