Statistics
5 Questions
0 Answers
RANK
18,061
of 295,673
REPUTATION
2
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
2
RANK
of 20,262
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,257
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
fmincon with matrix inputs --> nonlinear cost function and constraints
I have a myfun.m file that defines the following function: f = 0.5 * (norm(C*x - d))^2; and it is called in a main scrip...
10 years ago | 1 answer | 1
1
answerQuestion
modify xlswritefig to use already existing file?
How can I adapt this code to write to a file that already exists (is being created)? For example, if I have this line that works...
11 years ago | 0 answers | 0
0
answersQuestion
Help with syntax of calling genetic algorithm (ga) function
I have a fairly complex optimization problem set up that I've solved through fmincon by calling it like this myfun = @(...
11 years ago | 2 answers | 1
2
answersQuestion
How do I loop through nested structures and index each component in a larger matrix?
I have data on several subjects that each performed several trials of an activity. I have read all the data into structs in the...
11 years ago | 0 answers | 0
0
answersQuestion
xlsread on Mac not working
I use xlsread all the time on Windows, but it's not working on my Mac. Here is the line of code that doesn't work: xlsread('...
12 years ago | 2 answers | 0