fanimator usage for animation production
조회 수: 1 (최근 30일)
이전 댓글 표시
f = @(t) plot(t,1,'r*');
fanimator(f);
i am tryin fanimator on my desk and it is not working at all , it is giving this error and i am not getting the poit actually , any help ??
Undefined function 'fanimator' for input arguments of type 'sym'.
Error in Untitled (line 4)
fanimator(@fplot,cos(x)+t,sin(x)+1,[-pi pi])
댓글 수: 0
답변 (1개)
Jaswanth
2023년 10월 11일
Hi Ahmad yassine,
I have tried running the mentioned example, and it is working fine for me. For more information on the "fanimator" function, the following documentation link will be helpful.
Please make sure to use MATLAB R2019a and above as this function has been introduced in R2019a version. Following documentation on “Resolve Error: Undefined Function or Variable” could be helpful.
Hope this Helps.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Waves에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!