摘要: 一、建模背景 汽车生产需要进行上千个零件的组装,而主机厂采用柔性生产,对于每种零部件的需求呈现小批量,多频次的特点,而对于服务于主机厂的区域分拨中心,需要对主机厂的订单进行拣选配送,完成需求的响应。如果按订单先到先拣的方式,将导致拣货工作人员在巷道内行走距离增加,效率较低,订单分批是为了提高拣选作业 阅读全文
posted @ 2022-11-22 18:19 fpga和matlab 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 一、部分源码 clc;clear;close all; N=4; %参与定位的基站数 C=3e5; %电磁波传播速度300000000m/sX=[0 5000 5000 0];Y=[0 0 5000 5000];x=1200; y=1600;D(1:N)=sqrt((X(1:N)-x).^2+(Y( 阅读全文
posted @ 2022-11-22 18:13 fpga和matlab 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 一、部分源码 %usage_ImageToAndFromGraphCooridinates % Caveat: center of plot may be requiredclose all; clear all; clc;plotRowSize = 2;plotColSize = 2;plotIn 阅读全文
posted @ 2022-11-22 18:10 fpga和matlab 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 1.软件版本 MATLAB2021a 2.本算法理论知识 3.核心代码 clc;clear;close all;warning off;addpath 'func\'CYC = 20;for ij = 1:CYC ij CYC = 20; RandStream.setDefaultStream(Ra 阅读全文
posted @ 2022-11-22 17:57 fpga和matlab 阅读(505) 评论(0) 推荐(0) 编辑