Calculating ∆t from data set and plotting

2 ビュー (過去 30 日間)
jacob Mitch
jacob Mitch 2019 年 10 月 15 日
If I have financial data with prices as the first column and I create an array of integers from 1 to the length of data to use as a time axis am I correct in calculating deltaT
Thetotalnumberdays=10 %size of the first column
arraynumbers=1:Thetotalnumberdays %use as time axis
deltat=diff(arraynumbers) %possible deltat?
Which gives me a new array of singles. How would I then proceed to calculate specific values of ∆t such as ∆t=1 and is it possible to relate this to prices in that. I wish to plot d1(t) in that.
dt(t)=x(t+t)+x(t)
for x prices

回答 (0 件)

カテゴリ

Help Center および File ExchangeFinancial Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by