Question: Sub - function 2 : GetData This function retrieves information from multiple worksheets in the excel files saved in FileNames. This function then saves the

Sub-function 2: GetData
This function retrieves information from multiple worksheets in the excel files saved in FileNames. This function then saves the information in a structure array called Properties.
Properties=GetData (ID, SheetName, CurrentSheet, Properties)
This function must use as input:
1 ID, the parachute ID for the Hit parachutes only
2. Sheet Name the name of the curtent worksheet in the given spreadsheet file.
3. Current Sheet, a cell array containing all the data in the SheetVame worksheet.
4. Properties, a nested structure array containing the data of the relevant data files in the working directory with the name structure "Data_ID_Hit xlsx". It will be intially empty.
The function must produce as output:
Properties, a nested structure array containing the data of all the relevant data files in the working directory with the name structure 'Data_ID_Hit.xlsx. Do not display the code, explain the steps i must follww and the matlab commands and function
Sub - function 2 : GetData This function

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 Programming Questions!