Community Profile

photo

APU CHAKRABORTY


Last seen: 거의 2년 전 2022년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


How to plot three different graphs in same window using subplots , animated line and adpoints . I have submitted my code in text box please help to run this three graphs
clc; close all; t = -3:0.01:3; x=@(t) exp(-t).*(t>0)+ 0.5*(t==0); xa=x(t); xe=( x(t)+x(-t))/2; x0=(x(t)-x(-t))/2; subp...

거의 2년 전 | 답변 수: 1 | 0

1

답변