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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0