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