photo

ABDULAZIZ ALTUN


Last seen: fast 5 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

10 Fragen
3 Antworten

RANG
107.443
of 300.759

REPUTATION
0

BEITRÄGE
10 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
10.0%

ERHALTENE STIMMEN
0

RANG
 of 21.081

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 170.890

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Create a vector for each element in another vector to constitute a matrix
Consider the following vector v=[1:5]' I want to create for each element of v another v, such that we have the following matri...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Different input variables depending on case within a switch ?
I am writting a function and one of the input of this function is a switch variable. Depending on the case of the switch this ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to simulate ARX process with AR errors
The way I did it was by writing my own function. %% ARX_AR_Error: function description function [outputs] = ARX_AR_Error(c, S...

mehr als 5 Jahre vor | 0

| akzeptiert

Frage


How to simulate ARX process with AR errors
I am trying to simulate the following model where and I tried learning from this https://uk.mathworks.com/help/econ/re...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to simulate an ARMA model with AR errors matlab
I would like to simulate an ARMA where and How can I simulate such a series known the variable . I know of this http...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Get residuals from real data and estimated arima model
I first fitted the data using % Fit an ARMA(1,1) model Mdl = regARIMA(1,0,1); % EstMdl = estimate(Mdl,Equity_US); EstMdl =es...

mehr als 5 Jahre vor | 0

Frage


Footnote and Bibliography citation in matlab live script?
How may I insert a footnote in Matlab live script along with citation? the skewness-kurtosis plot of \cite{CullenFreyBook}. ...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to estimate conditional Vector autoregression matlab
I know that there is a way to generate a var model and to estimate a var model in matlab. It is mainly using built in function v...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Can I call R function in Matlab?
I am trying to minimize a function written in matlab using R function known by optim The matlab function is as follow %% Lik...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Getting different values for an optimisation problem fmincon
I have the following function that I want to minimize %% Liklihood: function description function [outputs] = Liklihood_TCL(...

fast 6 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Minimize function with respect to multiple variables such that each variable has many variables?
The best way around it I could not find a nice solution to this: I wrote the following function function b = three_var(Inp...

fast 6 Jahre vor | 0

Frage


Minimize function with respect to multiple variables such that each variable has many variables?
I want to minimize a function with many variables Suppose I have this function function b = three_var(v,c) p=length(v); b ...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to include latex code in Matlab live script
I am new to matlab live script and I have a latex file that I whish to include in the mlx file using text or code My latex co...

fast 6 Jahre vor | 2 Antworten | 0

2

Antworten