Peter
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
122,240
of 295,467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
62.5%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
6 years ago | 1 answer | 0
1
answerQuestion
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...
8 years ago | 1 answer | 0
1
answerQuestion
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...
10 years ago | 0 answers | 0
0
answersQuestion
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); ...
12 years ago | 2 answers | 0
2
answersQuestion
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...
12 years ago | 1 answer | 0
1
answerQuestion
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 ...
12 years ago | 1 answer | 0