Answer:
1. High friction
2. High extrusion temperature
Explanation:
Surface cracking on extruded products are defects or breakage on the surface of the extruded parts. Such cracks are inter granular.
Surface cracking defects arises from very high work piece temperature that develops cracks on the surface of the work piece. Surface cracking appears when the extrusion speed is very high, that results in high strain rates and generates heat.
Other factors include very high friction that contributes to surface cracking an d chilling of the surface of high temperature billets.
Answer:
Explanation gives the answer
Explanation:
% Using MATLAB,
% Matlab file : fieldtovar.m
function varargout = fieldtovar(S)
% function that accepts single structure as input, assigning each
% of the field values to user-defined variables
fields = fieldnames(S); % get the field names of the input structure
% check if number of user-defined variables and number of fields in
% structure are equal
if nargout == length(fields)
% if equal assign each value of structure to user-defined varable
for i=1:nargout
varargout{i} = getfield(S,fields{i});
end
else
% if not equal display an error message
error('The number of output variables does not equal the number of fields');
end
end
%This brings an end to the program
Answer:
I'm no engineer, but blue and purple are cool colors and white is every color so I'd go with orange