Community Profile

photo

Md Abu Talhamainuddin Ansary


Active since 2016

Followers: 0   Following: 0

Statistics

  • First Review

View badges

Feeds

View by

Question


How to create n consecutive for loops in MATLAB
I want to create n for loops such as for a_1=1:2 do for a_2=1:2 do .... for a_n=1:2 ...

5 years ago | 1 answer | 0

1

answer

Question


n th order derivative using forward difference
How can I calculate n th order derivative of f: R->R using forward difference formula?

6 years ago | 2 answers | 0

2

answers

Question


How to use for loop inside switch case?
How can I use for loop inside switch cases? For example for j=1,2,...,m switch j case 1,2,...,m-1 y=x(j); ...

6 years ago | 1 answer | 0

1

answer

Question


Objective and constraint function evolution count in fmincon
How to find number of objective and constraint function , gradient, hessian count in fmincon using interior point method?

6 years ago | 1 answer | 1

1

answer

Question


Global minimum for non linear constrained
Is there any Matlab code for finding global minimum for non linear constrained problems?

6 years ago | 3 answers | 0

3

answers

Question


About using programs in file exchange
can anyone use the matlab programs shared in file exchange?

7 years ago | 1 answer | 0

1

answer

Question


How to identify the active set in a fmincon problem?
I have ran a fmincon problem.I want to know which constraints are active? How is it possible?

7 years ago | 0 answers | 0

0

answers