代码搜索:数据转化

找到约 10,000 项符合「数据转化」的源代码

代码结果 10,000
www.eeworm.com/read/467806/7001766

m chapter4_11.m

num = {[0 2 3]; [1 2 1]}; %分子多项式系数 den = {[1 0.4 1]; [1 0.4 1]}; % 分母多项式系数 tfsys=tf(num,den); %生成传递函数%转化为状态空间模型 sssys=ss(tfsys) %转化为状态空间模型
www.eeworm.com/read/284778/7074130

m chapter4_11.m

num = {[0 2 3]; [1 2 1]}; %分子多项式系数 den = {[1 0.4 1]; [1 0.4 1]}; % 分母多项式系数 tfsys=tf(num,den); %生成传递函数%转化为状态空间模型 sssys=ss(tfsys) %转化为状态空间模型
www.eeworm.com/read/443342/7634363

m f1209.m

function [fc,f,c] = f1209(x) %%%将约束最优问题转化为无约束最优问题 f=((x(1)+ 1)^2 + 4*(x(2)- 1.5)^2)*((x(1)- 1.2)^2 + 0.4*(x(2)-0.5)^2); c=[-x(1);-x(2);2*x(1)-x(1)*x(2)+5*x(2)-6;x(1)-x(2)+0.5;x(1)^2-4*x(2)^2+x(2)];
www.eeworm.com/read/396269/8117594

m f1209.m

function [fc,f,c] = f1209(x) %%%将约束最优问题转化为无约束最优问题 f=((x(1)+ 1)^2 + 4*(x(2)- 1.5)^2)*((x(1)- 1.2)^2 + 0.4*(x(2)-0.5)^2); c=[-x(1);-x(2);2*x(1)-x(1)*x(2)+5*x(2)-6;x(1)-x(2)+0.5;x(1)^2-4*x(2)^2+x(2)];
www.eeworm.com/read/246680/12713081

m f1209.m

function [fc,f,c] = f1209(x) %%%将约束最优问题转化为无约束最优问题 f=((x(1)+ 1)^2 + 4*(x(2)- 1.5)^2)*((x(1)- 1.2)^2 + 0.4*(x(2)-0.5)^2); c=[-x(1);-x(2);2*x(1)-x(1)*x(2)+5*x(2)-6;x(1)-x(2)+0.5;x(1)^2-4*x(2)^2+x(2)];
www.eeworm.com/read/330928/12860684

m bin22deci.m

%bin22deci.m function y=bin22deci(x) % 将二进制数转化为十进制数 t=size(x,2); y=(t-1:-1:0); y=2.^y; y=x*y'; %***************end of file************************
www.eeworm.com/read/324738/13248117

m bin22deci.m

%bin22deci.m function y=bin22deci(x) %将二进制数转化为十进制数 t=size(x,2); y=(t-1:-1:0); y=2.^y; y=x*y'; %************************end of file***********************************
www.eeworm.com/read/304061/13802337

m chapter4_11.m

num = {[0 2 3]; [1 2 1]}; %分子多项式系数 den = {[1 0.4 1]; [1 0.4 1]}; % 分母多项式系数 tfsys=tf(num,den); %生成传递函数%转化为状态空间模型 sssys=ss(tfsys) %转化为状态空间模型
www.eeworm.com/read/438353/6356643

m bin22deci.m

%bin22deci.m function y=bin22deci(x) %将二进制数转化为十进制数 t=size(x,2); y=(t-1:-1:0); y=2.^y; y=x*y'; %************************end of file***********************************
www.eeworm.com/read/405698/11459310

m bin22deci.m

%bin22deci.m function y=bin22deci(x) %将二进制数转化为十进制数 t=size(x,2); y=(t-1:-1:0); y=2.^y; y=x*y'; %************************end of file***********************************