필터 지우기
필터 지우기

How to use Solver in Matlab?

조회 수: 5 (최근 30일)
Yasaswi
Yasaswi 2024년 5월 25일
답변: Abhishek Kumar Singh 2024년 5월 25일
Hi,
Im optimising prices based on excel formulas. I have constructed a complete set of financial statements which is all linked to many cells. Can I upload that excel file to Matlab and work on Solver?
I have Objective cell, Change variable cells and Constraints in excel's solver. Can someone guide me how to use non linear solver in matlab please? Im using Web Matlab.

채택된 답변

Abhishek Kumar Singh
Abhishek Kumar Singh 2024년 5월 25일
You can easily work with Excel files and solve optimization problems in MATLAB. Start by importing your Excel data using the readtable function. Check out how to use it here.
Next, define your optimization problem in MATLAB. Create a function for your objective that takes a vector of variables and returns your objective metric. For non-linear constraints, define separate functions for the constraint values and gradients.
For solving non-linear optimization, MATLAB offers various solvers. Explore the solver-based nonlinear optimization documentation here for functions and examples that can help. A good starting example is this fmincon solver guide.
Hope this helps!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

제품


릴리스

R11.1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by