摘要: function [posit_x] = Inter2Max(x,a,b) r_x = size(x,1); % row of x M = max([a-min(x),max(x)-b]); posit_x = zeros(r_x,1); %zeros函数用法: zeros(3) zeros(3,1 阅读全文
posted @ 2021-09-08 20:23 Maxg1en 阅读(21) 评论(0) 推荐(0)