Statistics
RANK
23,824
of 295,527
REPUTATION
1
CONTRIBUTIONS
6 Questions
1 Answer
ANSWER ACCEPTANCE
16.67%
VOTES RECEIVED
1
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
How to make a matrix of matrices in Matlab? (to be used to solve a system of linear equations)
Hi, I need to make a matrix of matrices in Matlab to later be used when solving a system of linear equations. I know one ...
12 years ago | 1 answer | 0
1
answerQuestion
Best way to minimize a function with a vector variable (1x25 vector) ?
Hi, I am trying to minimize a function that is a function of a 1x25 vector (weights_vector). In other words, I'm trying to f...
12 years ago | 0 answers | 0
0
answersQuestion
options = optimset('Display', 'off') isn't working. fminsearch is still printing out values
Hi all, I am running fminsearch on a function that is optimizing the vector, weights_vector. The vector gets optimized for e...
12 years ago | 0 answers | 0
0
answersQuestion
How do I save variables from a function to the base workspace?
I have a matrix variable, corr_matrix. I would like to save this to the workspace without having to validate (export2wsdlg reque...
12 years ago | 3 answers | 1
3
answersQuestion
Writing a function (.m executable) - how do I perform tasks on my workspace variables?
I have arrays called "Blah1", "Blah2", etc., in the workspace, and I want to write a function that finds the max of "Blah1", etc...
13 years ago | 2 answers | 0
2
answersCross Correlation - resulting vector not normalized properly? Help!
What if two data sets are not perfectly correlated? Could I obtain the maximum be close to 0, for a given lag?
13 years ago | 0
Question
Cross Correlation - resulting vector not normalized properly? Help!
I am performing a cross correlation between two vectors (both functions of time). My goal is to obtain a resulting vector depend...
13 years ago | 2 answers | 0