photo

David


Federal Reserve Bank of Chicago

Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Professional Interests: Time Series Econometrics

Statistica

All
MATLAB Answers

3 Domande
1 Risposta

File Exchange

1 File

Cody

0 Problemi
6 Soluzioni

RANK
13.105
of 300.365

REPUTAZIONE
4

CONTRIBUTI
3 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
33.33%

VOTI RICEVUTI
4

RANK
13.606 of 20.933

REPUTAZIONE
21

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
1 File

DOWNLOAD
4

ALL TIME DOWNLOAD
214

RANK
51.092
of 168.262

CONTRIBUTI
0 Problemi
6 Soluzioni

PUNTEGGIO
70

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • First Answer
  • Revival Level 1
  • Thankful Level 1
  • Solver

Visualizza badge

Feeds

Visto da

Domanda


Add-On Installation from Linked GitHub repo
I recently submitted an Add-On on the File Exchange as a link to a GitHub repo. My GitHub repo is setup to be packaged as a tool...

quasi 7 anni fa | 0 risposte | 3

0

risposte

Inviato


MFSS
Mixed Frequency State Space toolbox

quasi 7 anni fa | 4 download |

0.0 / 5

Risposto
mexing CPP on 4.4.7 - std=c++11
Using 2018a, altering the two places "-std=c++11" appears in mex_C++_glnxa64.xml fixed the issue for me.

quasi 7 anni fa | 0

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Risolto


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

oltre 8 anni fa

Domanda


Miter Joins in Matlab 2014b
I am having an issue similar to that shown <http://stackoverflow.com/questions/26302938/jagged-outline-using-matlab-2014b here> ...

oltre 10 anni fa | 0 risposte | 0

0

risposte

Domanda


writetable change "Row" in cell A1
I'm familiar with the writetable function to save a table as an Excel file. I regularly use the WriteRowNames option to include ...

oltre 10 anni fa | 1 risposta | 1

1

risposta

Risolto


Is my wife right?
Regardless of input, output the string 'yes'.

oltre 10 anni fa