Explanation:
==================
lin_spaced_vector.m
==================
function out=lin_spaced_vector(in1,in2)%defining function
out=linspace(in1,in2,200);%200 spaced numbers between in1 and in2
end
===================
Executable File
===================
clear all%clears history
clc%clears screen
lin_spaced_vector(1,10)%calling function
clear all
clc
lin_spaced_vector(1,10)
Assuming this is a true or false statement, the answer would be
- True.
Answer:
A computer is a versatile machine because is used for many purposes,a modern day computer can run multiple data at once making a fast and efficient machine very durable and effective for our use in all areas of life.