Question: 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
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 returns 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. NOTE: MUST BE WRITTEN IN MATLAB
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
