Hello Ayca! I really appreciate your video tutorial. It is really helpful for me! Although, I want to ask, what if I have a constraint that has a greater than or equal inequality instead of a less than or equal inequality. Will I include the coefficient of the right hand side of this inequality to the vector b? Thank you!
A.o.A sir how can we solve non linear problems in matlab . I only now how to solve the linear Problems in matlab Can you provide me some help in this .
@@lifeinwroclawpoland A.o.A sir how can we solve non linear problems in matlab . I only now how to solve the linear Problems in matlab Can you provide me some help in this .
Be less nervous when speaking. If you speak like you are going to cry it effects the viewers concentration of learning. However, it was a good video for beginners.
A.o.A sir how can we solve non linear problems in matlab . I only now how to solve the linear Problems in matlab Can you provide me some help in this .
Thank you. The algorithm that Matlab uses is not necessarily Simplex. At times, it may use something we call “a convergence-based method”. So, if the algorithm converges to the optimal solution, it may stop. So, the values you have are very close to 0. This means that you can use 0 instead of those values.
Thank you but what I do not understand is, can the solver get the right answer of the problem? the problem I have has an optimum solution at the point (x,y)=(6,21), how can I get that from matlab? Thanks
How can I set a binary value (which is conditional) in the linear programming in MATLAB? for instance, I have a binary value of Rij which will be zero (0) if X(i+1)j - Xij = 0 and will be one (1) otherwise.
If you have any binary variables, that is no longer Linear Programming. It is Mixed-Integer Programming and to be solved using 'intlinprog'. Binary variables are introduced by their lower and upper limits. Their lower bound is 0 and upper bound is 1 and are defined among the integer variables. I haven't prepared any video on this but if you Google 'intlinprog', you might find a lot on how to implement the command.
@@aycaaltay9929 A.o.A sir how can we solve non linear problems in matlab . I only now how to solve the linear Problems in matlab Can you provide me some help in this .
Ayça hocam benim bir optimizasyon problemim var.Amaç fonksiyonunu ve kısıtlarını yazdım fakat matlaba yazıp çalıştıramıyorum.Rica etsem yardımcı olur musunuz.(I have an optimization problem. I wrote the function and constraints of the function, but I can not write and run the matlab.)
Very helpful, thanks for posting and taking the time to explain things clearly!
REALLY THANK YOU, finally a clear and easy example.
perfect explanation thank you
Hayat kurtaran güzel insan Cook teşekkürler 🤗 Sizin gibi insanlar iyi ki varlar.
Hello Ayca! I really appreciate your video tutorial. It is really helpful for me! Although, I want to ask, what if I have a constraint that has a greater than or equal inequality instead of a less than or equal inequality. Will I include the coefficient of the right hand side of this inequality to the vector b? Thank you!
You can also change that constraint into less than or equal inequality. By just multiplying "-1" on both sides of greater than or equal inequality.
A.o.A sir how can we solve non linear problems in matlab .
I only now how to solve the linear
Problems in matlab
Can you provide me some help in this .
@@lifeinwroclawpoland A.o.A sir how can we solve non linear problems in matlab .
I only now how to solve the linear
Problems in matlab
Can you provide me some help in this .
thank you very much for detailed explanation.
I have a question, what if we use another way by using the nma simplex file?? What are the inputs involved and how to de call the function? Thank you
clear explanation
Thank you very much for this video.
Thanks a lot, the video is very clear and helpful!
But how do you set limits for single variables?
very useful.....Thank u so much☺☺
Thanks 🙏🙏
Thanks, very clear explanation
I have a question: If i want to minimize for example 2x1 +3x2 +3, since there is no x3 but 3 will f be (2 3 0)?
amazing work, keep it up girl
Thanks..it is very useful
Thank you sooo much Can you send this probleme
Be less nervous when speaking. If you speak like you are going to cry it effects the viewers concentration of learning. However, it was a good video for beginners.
I was not nervous at all! That’s my original talk.
thank you for the clear demo
Thank you , this video is very helpful !
you're my hero! Thanks!
Thank you. Very helpful. I could not understand the documentation.
Thank you
sağolun hocam tobb etü den selamlar
Thanks for this helpful tutoral
Thank you very much.. it helped me a lot.
Ezio doing maths!? I guess assassins can be mathematicians too, they can use it to kill their targets more accurately 😁
hocam çok teşekkür ederim :)
A.o.A sir how can we solve non linear problems in matlab .
I only now how to solve the linear
Problems in matlab
Can you provide me some help in this .
I'm sorry, I never solved nonlinear optimization in Matlab. I used Gams for all my nonlinear problems.
you saved my test
Thank you very much!
Thank you very much, I have different values and I got this :
X =
1.0e-11 *
0.0063
0.3116
what does it mean? Thanks
Thank you. The algorithm that Matlab uses is not necessarily Simplex. At times, it may use something we call “a convergence-based method”. So, if the algorithm converges to the optimal solution, it may stop. So, the values you have are very close to 0. This means that you can use 0 instead of those values.
Thank you but what I do not understand is, can the solver get the right answer of the problem? the problem I have has an optimum solution at the point (x,y)=(6,21), how can I get that from matlab? Thanks
thank you soooooo much
hey my matlab does not have linprog on in it... where can i get it? thanks
which verion .No linprog in 2013 and earlier versions
burak köseoğlu 2014b 😣 on Macbook
@@marcosleighton6120 hmm bro Try to get the 2018 version.Maybe fix.
Do you know optimization problems?I need a help?Could you help me
How can I set a binary value (which is conditional) in the linear programming in MATLAB? for instance, I have a binary value of Rij which will be zero (0) if X(i+1)j - Xij = 0 and will be one (1) otherwise.
If you have any binary variables, that is no longer Linear Programming. It is Mixed-Integer Programming and to be solved using 'intlinprog'. Binary variables are introduced by their lower and upper limits. Their lower bound is 0 and upper bound is 1 and are defined among the integer variables. I haven't prepared any video on this but if you Google 'intlinprog', you might find a lot on how to implement the command.
Hocam merhaba, Xij şeklinde değişkenlerimiz var ise bunlar nasıl kodlanabilir, hangi fonksiyon kullanılmalı?
hi can you share your email id ?
I need to get in touch with you
Thanks
@@aycaaltay9929 A.o.A sir how can we solve non linear problems in matlab .
I only now how to solve the linear
Problems in matlab
Can you provide me some help in this .
thank you so mutch!
Thnx ma'am
thank youu
thank you very much. :D
How to introduce binary variables?
@aycaaltay
strijder!
Ayça hocam benim bir optimizasyon problemim var.Amaç fonksiyonunu ve kısıtlarını yazdım fakat matlaba yazıp çalıştıramıyorum.Rica etsem yardımcı olur musunuz.(I have an optimization problem. I wrote the function and constraints of the function, but I can not write and run the matlab.)
Thank you