photo

Victor Hugo Cantú


Last seen: 5 years ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

2 Questions
1 Answer

Cody

0 Problems
20 Solutions

RANK
115,485
of 299,750

REPUTATION
0

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20,792

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
24,571
of 165,710

CONTRIBUTIONS
0 Problems
20 Solutions

SCORE
210

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Question


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...

6 years ago | 1 answer | 0

1

answer

Answered
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 =...

6 years ago | 0

Question


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 ...

6 years ago | 1 answer | 0

1

answer