Farrah Vogel-Javeri
Followers: 0 Following: 0
Feeds
질문
Dot indexing not supportedd
I am trying to write a function which converts all answers to a Likart survey to 1 and 0. The code itself works, but when I trz ...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Applying a function across all columns of a table
T = readtable('agree'); %%name of table T.Q1(strcmpi(T.Q1,'Agree')) = {1}; %% change all results in column called Q1 to 1 if ag...
거의 4년 전 | 답변 수: 2 | 0