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:
Circuit attached with explanation
Explanation:
Hi Dear,
A circuit is attached for your reference.
When you press "start" PB, the supply reaches the motor starter relay coil "M" that is also in parallel with the "start" PB which allows the motor to remain ON even when you release "start" PB as supply to relay coil is directly from supply "L" through "M".
To stop motor just press "stop" PB and the circuit breaks which de-energize the relay coil and the motor stops.
Hope this finds easy to you.
Answer:
A phrase from: who loves life
Explanation:
Answer:
power developed by the turbine = 6927.415 kW
Explanation:
given data
pressure = 4 MPa
specific enthalpy h1 = 3015.4 kJ/kg
velocity v1 = 10 m/s
pressure = 0.07 MPa
specific enthalpy h2 = 2431.7 kJ/kg
velocity v2 = 90 m/s
mass flow rate = 11.95 kg/s
solution
we apply here thermodynamic equation that
energy equation that is

put here value with
turbine is insulated so q = 0
so here

solve we get
w = 579700 J/kg = 579.7 kJ/kg
and
W = mass flow rate × w
W = 11.95 × 579.7
W = 6927.415 kW
power developed by the turbine = 6927.415 kW
Answer:
I forget the word for it, but probably the guys who set up the power lines in the city.
Explanation: