For the designs obtained in part (a) of 10.35, use a computer method to plot the actuator torque versus time. Compare the peak torque values for each case.
VariableImporting data from an excel file Variable=xlsread (‘Workbook.xlsx’,’Sheetname’) Default behavior: Load the data in the first sheet Clemson=xlsread(‘WinterWeather.xlsx’); Reading from different worksheets: Clemson2012=xlsread(‘WinterWeather.xlsx’,’2012’); [DataVar,TextVar]=xlsread (‘Workbook.xlsx’,’SheetName’) DataVar: All numerical values in excel TextVar: All text values in excel Home > Variable > Import Data Select workbook or text file (.txt) from list OR select workbook from current folder directory list Assume A= [1,2,3,4] is a defined workspace Xlswrite(‘File.xlsx’,A) Creates an excel file containing array A Logic and operationals and & or greater than > less than < equal == Greater than or equal to >= Less than or equal to <= not e