Statistics
16 Questions
0 Answers
RANK
22,975
of 295,673
REPUTATION
1
CONTRIBUTIONS
16 Questions
0 Answers
ANSWER ACCEPTANCE
56.25%
VOTES RECEIVED
1
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 1
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 3 answers | 0
3
answersQuestion
Datenum Problem
Hi everyone! I am loading a .txt file into matlab in the following way: fid = fopen('data.txt'); data = textscan(fid,...
13 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 3 answers | 0
3
answersQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 1 answer | 0
1
answerQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 2 answers | 0
2
answersQuestion
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 years ago | 1 answer | 0