photo

James Choi


Last seen: 5 years ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
2 Answers

RANK
220,439
of 300,900

REPUTATION
0

CONTRIBUTIONS
6 Questions
2 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,106

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,578

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How to add a constraint function to lsqnonlin
Hello, users. I'm using Matlab and optimizaiton toolbox to find matrix x. (Please see figure attached.) Matrix A is m*n ma...

9 years ago | 0 answers | 0

0

answers

Question


multiple constraints in fmincon for mirror matrix
Hello. I need to manipulate my matrix. I am trying to solve a minimizing problem with fmincon. In the constraint function ...

10 years ago | 1 answer | 0

1

answer

Question


How to vectorize with GA optimization solver? - Non-singleton dimensions
Hello. I have 4D and 2D matrix and need to use optimization solvers. There's no problem with fmincon solver. My script is...

10 years ago | 1 answer | 0

1

answer

Answered
Optimization speed using fmincon by function expression (bsxfun, reshape)
After I checked my question, I realized I make a mistake for version 3 because its has wrong formulation. So, this problem is...

10 years ago | 0

Question


Optimization speed using fmincon by function expression (bsxfun, reshape)
Hello. I'm newbie for Matlab and trying to run some optimization problem using fmincon. My objective is to minimize function ...

10 years ago | 2 answers | 0

2

answers

Question


Converting 4D matrix to 2D with multiple for-loop
Hello, I'm trying to convert 4D matrix to 2D matrix instead of for-loop. Here is my code. X = randi(10,100,10,100)...

10 years ago | 2 answers | 0

2

answers

Question


fmincon in a loop to get isovalue matrix
Hello, first of all I'm very sorry because of my poor english. I have tried to solve a optimization problem with fmincon in M...

10 years ago | 2 answers | 0

2

answers

Answered
fmincon in a loop to get isovalue matrix
I solved this problem with writing additional m file which has for loop. Runnig script file call additional m file so I manage t...

10 years ago | 0