photo

alphabetagamma


Last seen: 1년 초과 전 2022년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


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...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 2년 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 2년 전 | 답변 수: 3 | 0

3

답변

질문


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 ...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 2년 전 | 답변 수: 2 | 0

2

답변

질문


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: ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


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'...

대략 2년 전 | 답변 수: 2 | 0

2

답변

질문


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...

대략 2년 전 | 답변 수: 2 | 0

2

답변