photo

ilyada


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
27,166
of 300,381

REPUTATION
1

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
2

RANK
 of 20,941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,477

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

  • Thankful Level 1

View badges

Feeds

View by

Question


Can I use Cplex solver with the Online Matlab?
Hello, I need to use cplex with Matlab. I download 2017b version but cannot install (it says cannot create output file setup etc...

7 years ago | 0 answers | 2

0

answers

Question


Should I use tic and toc or something else?
I have an optimization problem and two different methods to solve them. I want to compare these two methods in point of time ( w...

7 years ago | 1 answer | 0

1

answer

Question


How can I define these on matlab?
I have a math function like f(x)=(x-4)* (x-6)^3 * (x-1)^2 and I define it like this; f= @(x) (x-4)*(x-6)^3*(x-1)^2; ...

7 years ago | 1 answer | 0

1

answer

Question


How can I write Golden Section Search for a math equation?
How can I use golden section search for functions like this one? f(x)=(x-4)(x-6)^3(x-2)^2

7 years ago | 1 answer | 0

1

answer

Question


How can I write this problem in matlab? What function should I use?
There are 4 trucks that deliver milk to 5 different customers. Each truck's daily operation cost and capacity info are in the ta...

7 years ago | 0 answers | 0

0

answers