Ara Jo
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
210.469
of 295.467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
42.86%
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
How to integrate for each row of parameters in a matrix, rather than using a loop
Hello, I have been the following code to calculate an integral: Price = @(z, pg0, pf0, epsilon) ... (pg0.^(1...
bijna 3 jaar ago | 1 answer | 0
1
answerQuestion
fsolve, fmincon producing different results
Hi, I am wondering how to think about fsolve and fmincon producing different results when solving the same system of nonlinear ...
ongeveer 3 jaar ago | 2 answers | 0
2
answersQuestion
How to modify a uniform distribution to make a custom distribution?
Hello, I am trying to write down a custrom distribution function that essentially motifies slightly a uniform distribution. Fo...
ongeveer 3 jaar ago | 1 answer | 0
1
answerQuestion
How to store results from a function?
Hello, I'm using fminsearch to find parameters (para) that minimize the objective function. To exaplain, I have the following l...
meer dan 3 jaar ago | 1 answer | 0
1
answerQuestion
How to replace elements in a matrix using logical
Hello, I would like to set some columns to zero for certain rows indicated by a logical. For instance, if we have a matrix X ...
ongeveer 4 jaar ago | 1 answer | 0
1
answerQuestion
convert a 3D matrix to a 2D matrix
Hello, I'm trying to convert a A by B by C matrix (3D) into a A*C by B matrix (2D). But I need the column (with A*C elements) t...
ongeveer 4 jaar ago | 2 answers | 0
2
answersQuestion
How to collapse within a column vector
Hello, I am trying to collapse a long column to a shorter one by suming across elements. For instance, if I have: x = ...
meer dan 4 jaar ago | 2 answers | 0