photo

Victor Hugo Cantú


Last seen: 3년 초과 전 2018년부터 활동

Followers: 0   Following: 0

메시지

통계학

All
  • Thankful Level 2
  • First Review
  • First Answer
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


Mutliobjective optimization with linprogr
I'm trying to solve a linear programming with two objectives. For one objective the code works pretty good using "linprog". Fo...

거의 5년 전 | 답변 수: 1 | 0

1

답변

답변 있음
Fsolve function with values read from the workspace
A = 1; B = 2; p1 = 2; p2 = 1; guess = [2 3]; % x(1) = x; x(2) = y; x = fsolve(@(x) trial(x,A,B,p1,p2), guess) function F =...

5년 초과 전 | 0

질문


assign values to a matrix without a loop
I want to access to some elements of a matrix. I have a matrix P : P = [1 2 3 4 5 6 7 8 2 ...

5년 초과 전 | 답변 수: 1 | 0

1

답변