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

Antworten (0)

Diese Frage ist geschlossen.

Tags

Gefragt:

am 26 Jun. 2014

Geschlossen:

am 20 Aug. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by