photo

Elric


Last seen: etwa ein Monat vor Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Bio!

Statistik

All
MATLAB Answers

11 Fragen
2 Antworten

Cody

0 Probleme
7 Lösungen

RANG
23.978
of 300.853

REPUTATION
1

BEITRÄGE
11 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
72.73%

ERHALTENE STIMMEN
1

RANG
 of 21.094

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
47.612
of 171.319

BEITRÄGE
0 Probleme
7 Lösungen

PUNKTESTAND
81

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Speed up algorithm and memory issues
Hi everyone, I am trying to do the following computations but my matrices are very large (over 6.000.000 lines) and as you can...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Gelöst


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

mehr als 4 Jahre vor

Frage


How to run a custom function to gpu?
Hi everyone, I want to run a custom function in matlab. Actually, in this example is the gctest function from matlab, but I w...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


1) Speed up gctest function and 2) error when I have a large number of lags in gctest
Hi all, I have two problems related to the build in gctest function in Matlab. 1) I am trying to perform a Ganger causality t...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


L1-penalised lasso quantile regression
Hi everyone, I was wondering if there is a code for estimating a penalized lasso quantile regression as described in Belloni ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Smart and fast way to compute triple summation?
Hi all, I need to compute the following triple summation for different values of n for all s. <</matlabcentral/answers/upl...

mehr als 8 Jahre vor | 4 Antworten | 1

4

Antworten

Frage


smart way for grouping condition
Hi all, I have a two column matrix, A. In the first column I store the values of years, e.g. 2011, 2012, etc., and in the sec...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Add values to the bars of a barplot
Hi Star, Yes, it works and its perfect. Thank you!

mehr als 9 Jahre vor | 0

Frage


Add values to the bars of a barplot
I would like to add some additional values to a barplot. for example I have two vectors lets say b = [0.14 0.18 0.25 0.13 ...

mehr als 9 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


retrain neural networks and different forecasts
Dear all, Thank you in advance for your help. I have prepared the following script in order to train a NN and then use it ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Improve speed of indexing
Hello, I am trying to do a simple Monte Carlo simulation in a mean reverting AR(lags) model using the following code for...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
equate the parameters of two equations in symbolic
Hi Star Strider, the coeffs function was what I was looking for! Thank you!

mehr als 10 Jahre vor | 0

Frage


equate the parameters of two equations in symbolic
Hello, I have two equations, one with known parameters and one with unknown. I would like to ask for a simple way to solve th...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Add current date when I save a file as a comment
Hi all, I would like to know if there is a way to add a comment line with the current date when I save a file (inside the fil...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

etwa 12 Jahre vor

Gelöst


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

etwa 12 Jahre vor

Gelöst


Add two numbers
Given a and b, return the sum a+b in c.

etwa 12 Jahre vor

Gelöst


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

etwa 12 Jahre vor

Gelöst


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

etwa 12 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

etwa 12 Jahre vor