photo

Victor Hugo Cantú


Last seen: casi 5 años hace Con actividad desde 2018

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

2 Preguntas
1 Respuesta

Cody

0 Problemas
20 Soluciones

CLASIFICACIÓN
114.571
of 300.343

REPUTACIÓN
0

CONTRIBUCIONES
2 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.926

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
24.898
of 168.149

CONTRIBUCIONES
0 Problemas
20 Soluciones

PUNTUACIÓN
210

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

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

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

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

más de 6 años hace | 0

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta