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

Using Matlab The built-in clock function returns a vector with six elements

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!