Answer:
t = [0:0.01:4];
x = 5*t - 10;
y = 25442 - 120*t + 144;
d = x.^2 + y.^2;
min = 1e+14;
for k = 1:length(t)
if d(k) < min
min = da(k);
tmin = t(k);
end
end
disp('The minimum distance is: ')
disp(sqrt(min))
disp('and it occurs at t = ')
disp(tmin)Output:
>> withLoop
The minimum distance is:
2.5106e+04
and it occurs at t =
4
Explanation:
Answer:
Option (b) is the correct answer.
Explanation:
"Drafts" is a folder of messaging software or mail software whose works are to save the message until the user does not want to send it. So to send the message from drafts, the user needs to edit the message first then he can able to send that message. The above question asks that how a user can send the draft message. Option b suggests that a user needs to click send to send the draft message.
Hence it is a right option while the reason behind the other option is invalid are as follows--
- Option a suggests that a user needs admin permission to send this but if that is his account then no need for admin permission.
- Option c suggests to unlock the draft but the draft folder is not locked.
- Option d suggests to take permission from a superuser but that is not required.
Answer:
B) of the world economy toward becoming a more interdependent system.
Explanation:
Globalization refers to the process of international trade which brings people, companies together for the sole aim of exchanging goods, services, capital, knowledge across international borders.
This process of interaction makes people to get closer and increase international cooperation.
Answer:
Powerpoint Online
Explanation:
Powerpoint is used to create presentations.
Answer:
Booting
Explanation:
Booting is the process that occurs when you press the power button to turn your computer on. During this process (which may take a minute or two), the computer does several things: It runs tests to make sure everything is working correctly. It checks for new hardware.