Feeds
질문
Break a loop and get the step where the loop stopped
Dear everyone, I have a function that calculates a test statistic and compares it to some critical values. If the test statis...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
Plot
Hi everybody! I am trying to plot a time series using the following code: figure(1) subplot(2, 2, 1);plot(buy_side(4,...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
For Loop
Hi everybody!! I´m trying to do a simple loop that looks like this: for t = 1 : 1 : 5 [k_hat, b_T, values] = ...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
Matlab Student Version question
Hi everybody, I currently have the Matlab student version R2010a and I want to buy the Curve Fitting Toolbox. The problem i...
12년 초과 전 | 답변 수: 2 | 0
2
답변질문
Data Seasonal Adjustment using Cubic Splines
Hello everybody, Im trying to calculate the intraday seasonal factor of my data set using a cubic spline. I have 90 d...
12년 초과 전 | 답변 수: 1 | 0
1
답변질문
Multiple date and time formats in .txt files
Hi everybody! I have one question regarding reformatting data and time from one format to another. I have many files as .txt fo...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
Store several output matrices in a single matrix
Hi everybody! I have 205 .mat files of size 31590x6 and I have a script that takes the averages every 15 minutes so that every ...
13년 초과 전 | 답변 수: 1 | 1
1
답변질문
Problem in appending matrices in vertical form
Hi everybody! I have 205 .mat files of size 31590x4 and I have a script that takes the averages every 15 minutes so that every ...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
write output to a .txt or .mat file
Hi everyone! I have a couple of huge data files in .txt format and I´m creating 15-min intervals for these files so that each...
13년 초과 전 | 답변 수: 3 | 0
3
답변질문
Datenum Problem
Hi everyone! I am loading a .txt file into matlab in the following way: fid = fopen('data.txt'); data = textscan(fid,...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
Regression Estimates, Maximum Likelihood, Ordinary Least Squares
Hi everyone! I´m trying to estimate the following model: r_t=a0+a1*spread_t+a2*depth_t+a3*liquidity+e_t It is suppo...
13년 초과 전 | 답변 수: 3 | 0
3
답변질문
Create time intervals of a time vector
Hi everyone! I´m trying to create 15-minute intervals of a time vector. My original time vector is as follows: 09:00:16 ...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
problem with datenum
Hi everybody!! I have one quick question. I´m trying to convert the dates and the timestamps of my .mat file into numbers usi...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
15 minutes intervals
Hi everyone! I have some mat files that look kind of like this: 19.10.09 09:00:16 1BASF.DE 39.45 39.43 39.41 19.10....
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
load files containing part of a string in the file name and the load that file
Hi everyone! Im kind of new to matlab and I have the following problem: I have many files as .mat files with the following ...
13년 초과 전 | 답변 수: 2 | 0
2
답변질문
load multiple files with a condition on the file name
Hi everyone! Im kind of new to matlab and I have the following problem: I have many files as .mat files with the following name...
13년 초과 전 | 답변 수: 1 | 0