Paste
Copy
Cut
Options

¡Tu solución está lista!

Nuestra ayuda de expertos desglosó tu problema en una solución confiable y fácil de entender.

Mira la respuesta
  • Pregunta: English A company must establish an input distribution center in such a way that the total difference to a group of cities is the minimum possible. Write a Matlab code that for an input matrix of dimension nx2, with the coordinates of n cities, finds the minimum location of said distribution center by means of the minimum norm of a vector of distances

    English

    A company must establish an input distribution center in such a way that the total difference to a group of cities is the minimum possible. Write a Matlab code that for an input matrix of dimension nx2, with the coordinates of n cities, finds the minimum location of said distribution center by means of the minimum norm of a vector of distances between each city and the distribution center . For this use Matlab functions. Include additionally the code to represent the points of the coordinates of the cities and the location of the center in a graph.

    Español

    una empresa debe establecer un centro de distribucion de insumos de tal forma que la diferencia total a un grupo de ciudades sea la minima posible. Escriba un codigo de Matlab que para una matriz de entrada de dimension nx2, con las coordenadas de n ciudades, encuentre la ubicacion minima de dicho centro de distribucion por medio de la norma minima de un vector de distancias entre cada ciudad y el centro de distribucion. Para esto utilice funciones de Matlab. Incluya adicionalmente el codigo para representar los puntos de las coordenadas de las ciudades y la localizacion del centro en una grafica.

  • Chegg Logo
    Esta es la mejor manera de resolver el problema.
    Solución

    A=[ 222,186;     222,187;     223

    Mira la respuesta completa
    answer image blur