photo

Farrah Vogel-Javeri


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers