Feeds
답변 있음
Taking An Average of Multiple Outputs From For Loop
% Variables x = [1.8 3.6 5.4 7.2]; fprintf('x ='); disp(x); % For Loop for k = 1:length(x); fprintf('Element %0.0f is:...
Taking An Average of Multiple Outputs From For Loop
% Variables x = [1.8 3.6 5.4 7.2]; fprintf('x ='); disp(x); % For Loop for k = 1:length(x); fprintf('Element %0.0f is:...
2년 초과 전 | 0
