Question
Using Matlab The built-in clock function returns a vector with six elements representing the year, month, days, hours, minutes, and seconds. The first five elements
Using Matlab
The built-in clock function returns a vector with six elements representing the year, month, days, hours, minutes, and seconds. The first five elements are integers whereas the last is a double value, but calling it with fix will convert all to integers. The built-in date function returns the day, month, and year as a string. For example
Write a script that will call both of these built-in functions, and then compare results to make sure that the year is the same. The script will have to convert one from a string to a number, or the other from a number to a string in order to compare.
>>ix (clock) 50 17 ans = 21 10 2017 >date an3 = 21-Nov-2017
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started