Answer:well u can use to make a shelter but that's all I can think of ??
Explanation:
Answer:
Explanation:
volume of 20.9 N
= 20.9 / 11.5 m³
= 1.8174 m³
In one hour 1.8174 m³ flows
in one second volume flowing = 1.8174 / 60 x 60
= 5 x 10⁻⁴ m³
Rate of volume flow = 5 x 10⁻⁴ m³ / s .
Answer:
avoiding cutting down tree carelessy
Explanation:
people cutting down tree due to high population in order to find land for building this house so government should encourage people to have less children in the families and train them that when they are cutting trees should plants 10 tree inorder to recovery tree that is take off.
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
A clean machine is a clean machine :-)