Question: IN MATLAB. Problem 6. Write a function named xls 2 sheets write that takes one string and two numeric arrays as input arguments (the function

IN MATLAB.
Problem 6. Write a function named xls 2 sheets write that takes one string and two numeric arrays as input arguments (the function does not have to check the format of the input) and returms no output argument. If it is called like this: xls 2 sheets write (filename,A,B), then it writes A into the first sheet and B into the second sheet of an Excel file whose file name is given by the first argument. A and B must each begin on the third row and second column of its spreadsheet. Here is an example call of the function on a Windows computer. >> xls 2_sheets write('results.xls', [123,456], [1 2 3; 4 5 6]) On the Windows computer an Excel file will be produced, whose first and second sheets are shown below as displayed by Excel Hol lns. Pag For. Dat | Rev! Vie | Del Tea ^@c Ho Ins Pag For Dat Rev Vie De Tea A Printing by Font Alignment Number Styles Cells Lexmark Printing by Font Alignment Number Styles Lexmark F9 | A 123 456 Sheet1 | Sheet2, Sheet3 14 I Sheet 1 , Sheet2 Sheet3 Ready ! 100% Ready | 100%
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
