Consider two edge dislocations of opposite sign and having slip planes separated by several atomic distances, as indicated in the following diagram. Briefly describe the defect that results when thesetwo dislocations become aligned with each other.
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