alphabetagamma
Followers: 0 Following: 0
Statistics
14 Questions
0 Answers
RANK
209 752
of 295 569
REPUTATION
0
CONTRIBUTIONS
14 Questions
0 Answers
ANSWER ACCEPTANCE
64.29%
VOTES RECEIVED
0
RANK
of 20 247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 105
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
For loop to access fields from structure and save them in an array
I have a humongus structure known as big_struct with several fields. Each of these fields are doubles (30 x 1) dimension. So...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Modifying elements of fields in structures
This is similar to Select fields that start with specific letters in for loops - (mathworks.com), but I thought of making a sepa...
mer än 2 år ago | 0 answers | 0
0
answersQuestion
Add dates in x-axis of every graph
I am plotting time series graphs with forecasts, forecasts intervals. The following is a part of a for loop which I haven't sh...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Read multiple excel files
I am exporting multiple excel files and converting them to arrays. However, it can be time consuming to manually write the follo...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
How to ensure that MATLAB reads the first column as a column in a table?
coefficient_tab = cell2table(cell(0,5), 'VariableNames', {'Name', 'Estimate', 'SE', 'tStat', 'pValue'}); bundle = ['AB'; 'C...
mer än 2 år ago | 3 answers | 0
3
answersQuestion
Convert time series to panel data
Here’s an overview of the dataset. The excel spreadsheet consists of several sheets. Each sheet has yearly time series data on ...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Save coefficients from fitlme function in a table
I am running a fixed effects model using the lme function and would like to save the coefficients in a table. I tried the follow...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Save multiple doubles in different sheets of one excel file
I have different data, each of them are class doubles and have size (300 x 4). How can I save all of them in different sheets of...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Convert quartely to monthly using formula
I am having trouble with converting monthly to quarterly observations using the formula below. n = 3; % 3 months in ...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Select fields that start with specific letters in for loops
I have a humongus structure known as big_struct with several fields. Each of these fields are doubles (30 x 1) dimension. So...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Find averages given conditions
I have parameter values for several variables stored in an excel sheet. The first column has the parameter values a1, a2, b1, b2...
mer än 2 år ago | 2 answers | 0
2
answersQuestion
For loop to save doubles in .mat files
I have a .mat file which stores the variables: E.g: name: ABC, type : 20 x 1; class: double name: DEF, type : 20 x 1; class: ...
mer än 2 år ago | 1 answer | 0
1
answerQuestion
Error using vertcat Dimensions of arrays being concatenated are not consistent.
This seems to be a trivial problem but I am struggling to figure it out. Why is it that when I define some_var = ['AB'; 'CD'...
mer än 2 år ago | 2 answers | 0
2
answersQuestion
For loop to save all the files
Hi, I am creating graphs which contain time series values of some variables, and their projections into the future. Specifically...
mer än 2 år ago | 2 answers | 0