I cannot get line of code to work in MATLAB.
[~,~,SpringConstant]=xlsread(‘P1_23406.xlsx’,’User InterfacePart 1′,’B18:C62′);
SpringCombo={‘Green + Blue in series’};
Solution=find(ismember(SpringConstant,SpringCombo)==1)
I am trying to search for the spring combination in this case itis the variable SpringCombo in a list of spring combinations inexcel which I loaded on to MATLAB. I put the actual screenshot ofthe data loaded onto MATLAB and also a screenshot of the actualexcel worksheet.


Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .