Feeds
已回答
Matlab Array Division
try this a=[1;2;3;4;5;6;7;8;9;10] anew1= [1/(a(1,:).^a);1/(a(2,:).^a) ;1/(a(3,:).^a); continue the pattern for the rest or ...
Matlab Array Division
try this a=[1;2;3;4;5;6;7;8;9;10] anew1= [1/(a(1,:).^a);1/(a(2,:).^a) ;1/(a(3,:).^a); continue the pattern for the rest or ...
13 years 前 | 0