Community Profile

photo

Peter


Last seen: 5 Monate vor Aktiv seit 2012

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Set fsolve tolerance for root finding
Dear All: I'm using fsolve to find the root of a scalar function such that . I'd like to set the tolerance such that fsolve s...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


filter function not linear in numerator coeffcients
Why is the built-in "filter" function not linear in the numerator coefficients? b = [1.000000000000000 0.15696068012752...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


inverse of matrix times vector
Dear all: The following code computes the inverse of a matrix times a column vector using the LU decomposition. The result is...

etwa 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Eigenvalue computation for large matrix
Hi there - I want to compute the eigenvalues of the matrix (1/T)*A'A, where A is a Txn matrix. Here is my code: T = 5...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Correlation of Principal Component Scores after Varimax Rotation
Hi all: I'm extracting principal components from time series data and use the varimax rotation to interpret the PCs. In addi...

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I arrange the ylabels using subplot and plotyy such that they do not overlap?
Hi all: When I combine the plotyy and subplot command the ylabels overlap: figure for i = 1:2 subplot(1,2,i); ...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Change Figure Bottom Margin
Dear all, I would like to generate a 2x3 subplot and display the legend below the figure: % figure for i = 1:6 h_s...

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I properly export a figure using the 'patch' command?
Hi all: I'd like to export a figure in which I use the 'patch' command to shade recessions. However, the image quality drops ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort