Statistics
RANK
18,073
of 295,467
REPUTATION
2
CONTRIBUTIONS
7 Questions
1 Answer
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
1
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
Radial vector to circular plot
My question has been answered somewhere else: % Construct quarter slice n = length(I) I = [I;zeros(n,1)...
6 years ago | 1
| accepted
Question
Construct quarter circle of data in matrix
Hello everyone, I have a |5000x1| vector |P|. I would like to make a |5000x5000| matrix where the values of |P| fill the matr...
6 years ago | 1 answer | 0
1
answerQuestion
Radial vector to circular plot
Hello all, I have a 5001 x 1 vector which contains information about the intensity of a radially symmetric object. I would ...
6 years ago | 1 answer | 0
1
answerQuestion
Save uniquely named variables in loop to a certain location
Hello everyone, I am running a loop where a variable U is calculated and saved in a .mat file under a unique name every i...
6 years ago | 2 answers | 0
2
answersQuestion
Can I set a max change in optimization variables?
I am optimizing a simulation with fmincon. I was wondering; is there a way to limit the maximum change of the optimization varia...
7 years ago | 1 answer | 0
1
answerQuestion
fmincon optimization not responding to options settings
I am performing an optimization where every objective function evaluation involves a time-consuming algorithm. To see whether t...
7 years ago | 1 answer | 0
1
answerQuestion
fmincon: too many input arguments
Optimizing in OOP with fmincon with: size x0 = 1 8 A=[]; b=[]; Aeq=[]; beq=[]; size lb = 1 8 size ub = ...
7 years ago | 1 answer | 0
1
answerQuestion
Fit curve to data, without extrapolation
Hello, I have two 1x391 vectors, x = [1 1.100 1.200 ... (increasing), and y = [-0.0977 0.1177 0.3152... ...
7 years ago | 1 answer | 0