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:
They are use to hold garment or fabric pieces together before pernament stitches are made
Answer:
diameter is 14 mm
Explanation:
given data
power = 15 kW
rotation N = 1750 rpm
factor of safety = 3
to find out
minimum diameter
solution
we will apply here power formula to find T that is
power = 2π×N×T / 60 .................1
put here value
15 ×
= 2π×1750×T / 60
so
T = 81.84 Nm
and
torsion = T / Z ..........2
here Z is section modulus i.e = πd³/ 16
so from equation 2
torsion = 81.84 / πd³/ 16
so torsion = 416.75 / / d³ .................3
so from shear stress theory
torsion = σy / factor of safety
so here σy = 530 for 1020 steel
so
torsion = σy / factor of safety
416.75 / d³ = 530 ×
/ 3
so d = 0.0133 m
so diameter is 14 mm
Answer:
1700kJ/h.K
944.4kJ/h.R
944.4kJ/h.°F
Explanation:
Conversions for different temperature units are below:
1K = 1°C + 273K
1R = T(K) * 1.8
= (1°C + 273) * 1.8
1°F = (1°C * 1.8) + 32
Q/delta T = 1700kJ/h.°C
T (K) = 1700kJ/h.°C
= 1700kJ/K
T (R) = 1700kJ/h.°C
= 1700kJ/h.°C * 1°C/1.8R
= 944.4kJ/h.R
T (°F) = 1700kJ/h.°C
= 1700kJ/h.°C * 1°C/1.8°F
= 944.4kJ/h.°F
Note that arithmetic operations like subtraction and addition of values do not change or affect the value of a change in temperature (delta T) hence, the arithmetic operations are not reflected in the conversion. Illustration: 5°C - 3°C
= 2°C
(273+5) - (273+3)
= 2 K