photo

Kapil Kumar


Last seen: 대략 2년 전 2022년부터 활동

Followers: 0   Following: 0

Programming Languages:
MATLAB

통계학

  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
changing time interval of interest in a dataset
time = 1:1:10; for a = 1:length(time) M_s = (M((a+1):end) - M(1:end))/time(a); %each time step end If this code is worki...

대략 2년 전 | 0

답변 있음
how to merge twovgraphs
Hi @mallela ankamma rao Did you tried using 'hold on' after plotting first graph? If not, write 'hold on' after plotting f...

대략 2년 전 | 0